TI Deep Learning Product User Guide
sBuffer_t Struct Reference

Detailed Description

This structure define the parameters of data or kernel buffer memory in TIDL.

Parameters
ptrAddress pointing to the actual buffer
bufSizeSize of the buffer in bytes

Data Fields

void * ptr
 
int32_t bufSize
 
int32_t reserved [2]
 

Field Documentation

◆ ptr

void* sBuffer_t::ptr

◆ bufSize

int32_t sBuffer_t::bufSize

◆ reserved

int32_t sBuffer_t::reserved[2]