TIOVX User Guide
dl_kernels.h File Reference

The list of supported kernels in this kernel extension. More...

#include <VX/vx.h>
#include <VX/vx_kernels.h>

Go to the source code of this file.

Macros

#define TIVX_MODULE_NAME_TIDL   "tidl"
 Name for OpenVX Extension kernel module: tidl.
 
#define TIVX_MODULE_NAME_TVM   "tvm"
 Name for OpenVX Extension kernel module: tvm.
 
#define TIVX_KERNEL_TIDL_NAME   "com.ti.tidl"
 tidl kernel name
 
#define TIVX_KERNEL_TVM_NAME   "com.ti.tvm"
 tvm kernel name
 

Functions

void tivxTIDLLoadKernels (vx_context context)
 Used for the Application to load the tidl kernels into the context. More...
 
void tivxTIDLUnLoadKernels (vx_context context)
 Used for the Application to unload the tidl kernels from the context.
 
void tivxTVMLoadKernels (vx_context context)
 Used for the Application to load the tvm kernels into the context.
 
void tivxTVMUnLoadKernels (vx_context context)
 Used for the Application to unload the tvm kernels from the context.
 
void tivxRegisterTIDLTargetKernels (void)
 Function to register TIDL Kernels on the TIDL Target.
 
void tivxUnRegisterTIDLTargetKernels (void)
 Function to un-register TIDL Kernels on the TIDL Target.
 
void tivxRegisterTVMTargetKernels (void)
 Function to register TVM Kernels on the TVM Target.
 
void tivxUnRegisterTVMTargetKernels (void)
 Function to un-register TVM Kernels on the TVM Target.
 
void tivxRegisterTIDLTargetKernelsMpu (void)
 Function to register TIDL Kernels on the TIDL MPU Target.
 
void tivxUnRegisterTIDLTargetKernelsMpu (void)
 Function to un-register TIDL Kernels on the TIDL MPU Target.
 

Detailed Description

The list of supported kernels in this kernel extension.

Definition in file dl_kernels.h.