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
offsetoffset in a large buffer pointed by the parent structure
bufSizeSize of the buffer in bytes

Data Fields

void * ptr
 
int32_t bufSize
 
int32_t offset
 
int32_t reserved [1]
 

Field Documentation

◆ ptr

void* sBuffer_t::ptr

◆ bufSize

int32_t sBuffer_t::bufSize

◆ offset

int32_t sBuffer_t::offset

◆ reserved

int32_t sBuffer_t::reserved[1]