Java* API Reference for Intel® Data Analytics Acceleration Library 2019

List of all members

Input object for the backward element-wise sum layer. More...

Detailed Description

Member Function Documentation

Returns an input tensor for backward element-twise sum layer

Parameters
idIdentifier of the input tensor
Returns
Input tensor that corresponds to the given identifier

Returns an input numeric table for backward element-wise sum layer

Parameters
idIdentifier of the input numeric table
Returns
Input numeric table that corresponds to the given identifier
void set ( EltwiseSumLayerDataId  id,
Tensor  value 
)

Sets an input tensor for the backward element-twise sum layer

Parameters
idIdentifier of the input tensor
valueInput tensor to set
void set ( EltwiseSumLayerDataNumericTableId  id,
NumericTable  value 
)

Sets an input numeric table for the backward element-wise sum layer

Parameters
idIdentifier of the input numeric table
valueInput numeric table

The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.