TI Deep Learning Product User Guide
sTIDL_ActParams_t Struct Reference

Detailed Description

This structure define the parameters of ReLU activation layer in TIDL.

Data Fields

int32_t slope
 
float32_tidl slopeScale
 
float32_tidl clipMin
 
float32_tidl clipMax
 
int32_t actType
 

Field Documentation

◆ slope

int32_t sTIDL_ActParams_t::slope

Buffer containing Slope vales for PRelU

◆ slopeScale

float32_tidl sTIDL_ActParams_t::slopeScale

Floating point scale value of slope values for PRelU

◆ clipMin

float32_tidl sTIDL_ActParams_t::clipMin

minimum value for clip

◆ clipMax

float32_tidl sTIDL_ActParams_t::clipMax

◆ actType

int32_t sTIDL_ActParams_t::actType

value indicates different types of ReLU supported eTIDL_ActType