CoreFlow 1.0.0
A modern orchestration and execution runtime
|
The structure which holds all the target interface function pointers. More...
#include <vx_internal.h>
Public Attributes | |
vx_target_init_f | init |
Target initialization function. | |
vx_target_deinit_f | deinit |
Target deinitialization function. | |
vx_target_supports_f | supports |
Target query function. | |
vx_target_process_f | process |
Target processing function. | |
vx_target_verify_f | verify |
Target verification function. | |
vx_target_addkernel_f | addkernel |
Target function to add a kernel. | |
The structure which holds all the target interface function pointers.
vx_target_addkernel_f vx_target_funcs_t::addkernel |
Target function to add a kernel.
vx_target_deinit_f vx_target_funcs_t::deinit |
Target deinitialization function.
vx_target_init_f vx_target_funcs_t::init |
Target initialization function.
vx_target_process_f vx_target_funcs_t::process |
Target processing function.
vx_target_supports_f vx_target_funcs_t::supports |
Target query function.
vx_target_verify_f vx_target_funcs_t::verify |
Target verification function.