TI Deep Learning Product User Guide
sTIDL_ScatterElementsParams_t Struct Reference

Detailed Description

This structure define the parameters ScatterElements layer in TIDL.

Data Fields

int32_t axis
 
int8_t dataTensorName [TIDL_STRING_SIZE]
 
int8_t indicesTensorName [TIDL_STRING_SIZE]
 
int8_t updateTensorName [TIDL_STRING_SIZE]
 

Field Documentation

◆ axis

int32_t sTIDL_ScatterElementsParams_t::axis

Axis for which scatter has to happen

◆ dataTensorName

int8_t sTIDL_ScatterElementsParams_t::dataTensorName[TIDL_STRING_SIZE]

Data Tensor Name

◆ indicesTensorName

int8_t sTIDL_ScatterElementsParams_t::indicesTensorName[TIDL_STRING_SIZE]

Indices Tensor Name

◆ updateTensorName

int8_t sTIDL_ScatterElementsParams_t::updateTensorName[TIDL_STRING_SIZE]

Update Tensor Name