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

List of all members
EltwiseSumForwardResult Class Reference

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

Class Constructor

◆ EltwiseSumForwardResult()

Constructs the forward element-wise sum layer result

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

Detailed Description

Member Function Documentation

◆ get() [1/2]

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

◆ get() [2/2]

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

◆ set() [1/2]

void set ( EltwiseSumLayerDataId  id,
Tensor  value 
)

Sets the result tensor of forward element-wise sum layer

Parameters
idIdentifier of the result tensor
valueResult tensor

◆ set() [2/2]

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.