Data Structures | |
struct | TIOVXTIDLNodePriv |
Functions | |
void | init_param (vx_reference params[], uint32_t _max_params) |
void | add_param (vx_reference params[], vx_reference obj) |
vx_enum | get_vx_tensor_datatype (int32_t tidl_datatype) |
vx_user_data_object | tiovx_tidl_read_io_config (GraphObj *graph, vx_char *io_config_path, sTIDL_IOBufDesc_t *io_buf_desc) |
vx_status | tiovx_tidl_set_cfg (NodeObj *node) |
vx_status | tiovx_tidl_create_io_config (NodeObj *node) |
vx_status | tiovx_tidl_create_network (NodeObj *node) |
vx_status | tiovx_tidl_update_checksums (NodeObj *node) |
vx_status | tiovx_tidl_set_createParams (NodeObj *node) |
vx_status | tiovx_tidl_create_inArgs (NodeObj *node) |
vx_status | tiovx_tidl_create_outArgs (NodeObj *node) |
void | tiovx_tidl_init_cfg (TIOVXTIDLNodeCfg *node_cfg) |
vx_status | tiovx_tidl_init_node (NodeObj *node) |
vx_status | tiovx_tidl_create_node (NodeObj *node) |
vx_status | tiovx_tidl_delete_node (NodeObj *node) |
vx_uint32 | tiovx_tidl_get_cfg_size () |
vx_uint32 | tiovx_tidl_get_priv_size () |
Variables | |
uint32_t | num_params |
uint32_t | max_params |
void init_param | ( | vx_reference | params[], |
uint32_t | _max_params | ||
) |
void add_param | ( | vx_reference | params[], |
vx_reference | obj | ||
) |
vx_enum get_vx_tensor_datatype | ( | int32_t | tidl_datatype | ) |
vx_user_data_object tiovx_tidl_read_io_config | ( | GraphObj * | graph, |
vx_char * | io_config_path, | ||
sTIDL_IOBufDesc_t * | io_buf_desc | ||
) |
vx_status tiovx_tidl_set_cfg | ( | NodeObj * | node | ) |
vx_status tiovx_tidl_create_io_config | ( | NodeObj * | node | ) |
vx_status tiovx_tidl_create_network | ( | NodeObj * | node | ) |
vx_status tiovx_tidl_update_checksums | ( | NodeObj * | node | ) |
vx_status tiovx_tidl_set_createParams | ( | NodeObj * | node | ) |
vx_status tiovx_tidl_create_inArgs | ( | NodeObj * | node | ) |
vx_status tiovx_tidl_create_outArgs | ( | NodeObj * | node | ) |
void tiovx_tidl_init_cfg | ( | TIOVXTIDLNodeCfg * | node_cfg | ) |
vx_status tiovx_tidl_init_node | ( | NodeObj * | node | ) |
vx_status tiovx_tidl_create_node | ( | NodeObj * | node | ) |
vx_status tiovx_tidl_delete_node | ( | NodeObj * | node | ) |
vx_uint32 tiovx_tidl_get_cfg_size | ( | ) |
vx_uint32 tiovx_tidl_get_priv_size | ( | ) |
uint32_t num_params |
uint32_t max_params |