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

List of all members

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

Detailed Description

Member Function Documentation

◆ get() [1/2]

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

◆ get() [2/2]

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

◆ set() [1/2]

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

◆ set() [2/2]

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.