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

List of all members

Class that provides methods to access the result obtained with the compute() method of the forward element-wise sum layer. More...

Class Constructor

Constructs the forward element-wise sum layer result

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

Detailed Description

Member Function Documentation

Returns the result tensor of forward element-wise sum layer

Parameters
idIdentifier of the result tensor
Returns
Result tensor that corresponds to the given identifier

Returns the result numeric table of the forward element-wise sum layer

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

Sets the result tensor of forward element-wise sum layer

Parameters
idIdentifier of the result tensor
valueResult tensor
void set ( EltwiseSumLayerDataNumericTableId  id,
NumericTable  value 
)

Sets the result numeric table of the forward element-wise sum layer

Parameters
idIdentifier of the result numeric table
valueResult numeric tensor

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

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