TI Deep Learning Product User Guide
sTIDL_EltWiseParams_t Struct Reference

Detailed Description

This structure define the parameters of Element wise layer in TIDL.

Data Fields

int32_t bias
 
int32_t numChannels
 
int32_t eltWiseType
 
int32_t numInData
 
int32_t biasQ
 
int32_t inDataQ [TIDL_NUM_IN_BUFS]
 
int32_t outDataQ
 

Field Documentation

◆ bias

int32_t sTIDL_EltWiseParams_t::bias

Offset for bias parameters

◆ numChannels

int32_t sTIDL_EltWiseParams_t::numChannels

Number of channels channels to be processed

◆ eltWiseType

int32_t sTIDL_EltWiseParams_t::eltWiseType

Type of the element wise operation

◆ numInData

int32_t sTIDL_EltWiseParams_t::numInData

Number of input data buffers on which EltWise operation will be done

◆ biasQ

int32_t sTIDL_EltWiseParams_t::biasQ

Q value kernel Bias

◆ inDataQ

int32_t sTIDL_EltWiseParams_t::inDataQ[TIDL_NUM_IN_BUFS]

Q value of the in data buffers

◆ outDataQ

int32_t sTIDL_EltWiseParams_t::outDataQ

Q value expected for out data