TI Deep Learning Product User Guide
tidl_deviceInfo.h File Reference

Introduction

This file contains device specific structures and utility functions.

Go to the source code of this file.

Macros

#define TIDL_OTF_FLAG_BIT   (0x100)
 
#define TIDL_DEVICE_UNDEFINED   ((int32_t) -1)
 Specifies the target device. More...
 
#define TIDL_TDA4VM   ((int32_t) 0)
 
#define TIDL_TDA4AEP   ((int32_t) 1)
 
#define TIDL_TDA4AM   ((int32_t) 2)
 
#define TIDL_TDA4AMPlus   ((int32_t) 3)
 
#define TIDL_AM62A   ((int32_t) 4)
 

Functions

static uint32_t TIDL_isPadOTF (int32_t deviceName)
 

Macro Definition Documentation

◆ TIDL_DEVICE_UNDEFINED

#define TIDL_DEVICE_UNDEFINED   ((int32_t) -1)

Specifies the target device.

◆ TIDL_TDA4VM

#define TIDL_TDA4VM   ((int32_t) 0)

◆ TIDL_TDA4AEP

#define TIDL_TDA4AEP   ((int32_t) 1)

◆ TIDL_TDA4AM

#define TIDL_TDA4AM   ((int32_t) 2)

◆ TIDL_TDA4AMPlus

#define TIDL_TDA4AMPlus   ((int32_t) 3)

◆ TIDL_AM62A

#define TIDL_AM62A   ((int32_t) 4)

◆ TIDL_OTF_FLAG_BIT

#define TIDL_OTF_FLAG_BIT   (0x100)

Function Documentation

◆ TIDL_isPadOTF()

static uint32_t TIDL_isPadOTF ( int32_t  deviceName)
inlinestatic