Vision Apps User Guide
app_tidl_module.h File Reference

Go to the source code of this file.

Data Structures

struct  TIDLObj
 

Macros

#define APP_MODULE_TIDL_MAX_TENSORS   (8)
 Maximum number of TIDL tensors. More...
 

Functions

vx_status app_init_tidl (vx_context context, TIDLObj *obj, char *objName, vx_int32 num_cameras)
 TIDL module init helper function. More...
 
void app_deinit_tidl (TIDLObj *obj)
 TIDL module deinit helper function. More...
 
void app_delete_tidl (TIDLObj *obj)
 TIDL module delete helper function. More...
 
vx_status app_create_graph_tidl (vx_context context, vx_graph graph, TIDLObj *tidlObj, vx_object_array input_tensor_arr[])
 TIDL module create helper function. More...
 
vx_status writeTIDLOutput (char *file_name, TIDLObj *tidlObj)
 TIDL module write TIDL output helper function. More...