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

List of all members

Input object for the backward element-wise sum layer. More...

Detailed Description

Member Function Documentation

◆ get() [1/2]

Returns an input tensor for backward element-twise sum layer

Parameters
idIdentifier of the input tensor
Returns
Input tensor that corresponds to the given identifier

◆ get() [2/2]

Returns an input numeric table for backward element-wise sum layer

Parameters
idIdentifier of the input numeric table
Returns
Input numeric table that corresponds to the given identifier

◆ set() [1/2]

void set ( EltwiseSumLayerDataId  id,
Tensor  value 
)

Sets an input tensor for the backward element-twise sum layer

Parameters
idIdentifier of the input tensor
valueInput tensor to set

◆ set() [2/2]

void set ( EltwiseSumLayerDataNumericTableId  id,
NumericTable  value 
)

Sets an input numeric table for the backward element-wise sum layer

Parameters
idIdentifier of the input numeric table
valueInput numeric table

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

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