Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1

List of all members

Provides methods to access results obtained with the compute() method of the backward element-wise sum layer. More...

Class Constructor

Constructs the backward element-wise sum layer result

Parameters
contextContext to manage the backward element-wise sum layer result

Detailed Description

Member Function Documentation

Tensor get ( BackwardResultLayerDataId  id,
long  index 
)

Returns the result tensor of the backward element-wise layer

Parameters
idIdentifier of the result tensor
indexIndex of the result tensor
Returns
Input tensor that corresponds to the given identifier
void set ( BackwardResultLayerDataId  id,
Tensor  value,
long  index 
)

Sets the result tensor for the backward element-wise layer

Parameters
idIdentifier of the result tensor
valuePointer to the tensor
indexIndex of the result tensor

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

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