TI Deep Learning Product User Guide
sTIDL_CropParams_t Struct Reference

Detailed Description

This structure define the parameters Crop layer in TIDL.

Data Fields

int32_t numChannels
 
int32_t inDataQ
 
int32_t outDataQ
 
int32_t offsetW
 
int32_t offsetH
 

Field Documentation

◆ numChannels

int32_t sTIDL_CropParams_t::numChannels

Number of channels channels to be processed

◆ inDataQ

int32_t sTIDL_CropParams_t::inDataQ

Q value of the in data

◆ outDataQ

int32_t sTIDL_CropParams_t::outDataQ

Q value expected for out data

◆ offsetW

int32_t sTIDL_CropParams_t::offsetW

Horizontal offset

◆ offsetH

int32_t sTIDL_CropParams_t::offsetH

Vertical offset