Base class for run a DPU task.
Quick Function Reference
The following table lists all the functions defined in the vitis::ai::DpuTask class:
| Type | Member | Arguments |
|---|---|---|
| std::unique_ptr< DpuTask > | create |
|
| void | run |
|
| void | setMeanScaleBGR |
|
| void | setImageBGR |
|
| void | setImageRGB |
|
| std::vector< float > | getMean |
|
| std::vector< float > | getScale |
|
| std::vector< vitis::ai::library::InputTensor > | getInputTensor |
|
| std::vector< vitis::ai::library::OutputTensor > | getOutputTensor |
|
| size_t | get_num_of_kernels |
|
| const xir::Graph * | get_graph |
|
| int | get_input_fix_point |
|