Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1
Provides methods to access results obtained with the compute() method of the backward element-wise sum layer. More...
EltwiseSumBackwardResult | ( | DaalContext | context | ) |
Constructs the backward element-wise sum layer result
context | Context to manage the backward element-wise sum layer result |
Tensor get | ( | BackwardResultLayerDataId | id, |
long | index | ||
) |
Returns the result tensor of the backward element-wise layer
id | Identifier of the result tensor |
index | Index of the result tensor |
void set | ( | BackwardResultLayerDataId | id, |
Tensor | value, | ||
long | index | ||
) |
Sets the result tensor for the backward element-wise layer
id | Identifier of the result tensor |
value | Pointer to the tensor |
index | Index of the result tensor |
For more complete information about compiler optimizations, see our Optimization Notice.