Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1
Input object for the backward element-wise sum layer. More...
Tensor get | ( | EltwiseSumLayerDataId | id | ) |
Returns an input tensor for backward element-twise sum layer
id | Identifier of the input tensor |
Returns an input numeric table for backward element-wise sum layer
id | Identifier of the input numeric table |
void set | ( | EltwiseSumLayerDataId | id, |
Tensor | value | ||
) |
Sets an input tensor for the backward element-twise sum layer
id | Identifier of the input tensor |
value | Input tensor to set |
void set | ( | EltwiseSumLayerDataNumericTableId | id, |
NumericTable | value | ||
) |
Sets an input numeric table for the backward element-wise sum layer
id | Identifier of the input numeric table |
value | Input numeric table |
For more complete information about compiler optimizations, see our Optimization Notice.