TI Deep Learning Product User Guide
sTIDL_SoftMaxParams_t Struct Reference

Detailed Description

This structure define the parameters Soft max layer in TIDL.

Data Fields

int32_t numChannels
 
int32_t inDataQ
 
int32_t outDataQ
 
int32_t axis
 
int32_t outTranspose
 

Field Documentation

◆ numChannels

int32_t sTIDL_SoftMaxParams_t::numChannels

Number of channels channels to be processed

◆ inDataQ

int32_t sTIDL_SoftMaxParams_t::inDataQ

Q value of the in data

◆ outDataQ

int32_t sTIDL_SoftMaxParams_t::outDataQ

Q value expected for out data

◆ axis

int32_t sTIDL_SoftMaxParams_t::axis

Axis to perform softmax on

◆ outTranspose

int32_t sTIDL_SoftMaxParams_t::outTranspose

Transpose output buffer of softmax