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

List of all members

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

Detailed Description

Member Function Documentation

Tensor get ( ForwardInputLayerDataId  id,
long  index 
)

Returns an input tensor of the forward element-wise sum layer

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

Returns an input tensor of the forward element-wise sum layer

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

Sets an input tensor for the forward element-wise sum layer

Parameters
idIdentifier of the input tensor
valuePointer to the tensor
indexIndex of the input tensor
void set ( EltwiseSumForwardInputId  id,
Tensor  value 
)

Sets an input tensor of the forward element-wise sum layer

Parameters
idIdentifier of the input tensor
valuePointer to the tensor

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

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