Quick Function Reference
The following table lists all the functions defined in the vitis::ai::CenterPoint class:
| Type | Name | Arguments |
|---|---|---|
| std::unique_ptr< CenterPoint > | create |
|
| int | getInputWidth |
|
| int | getInputHeight |
|
| size_t | get_input_batch |
|
std::vector< CenterPointResult > |
run |
|
std::vector< std::vector< CenterPointResult > > |
run |
|