Java* API Reference for Intel® Data Analytics Acceleration Library 2019

List of all members

Provides methods to access results obtained with the compute() method of the backward concat layer. More...

Class Constructor

Constructs the backward concat layer result

Parameters
contextContext to manage the backward concat layer result

Detailed Description

Member Function Documentation

Tensor get ( BackwardResultLayerDataId  id,
long  index 
)

Returns the result of the backward concat layer

Parameters
idIdentifier of the result
indexConcatIndex of the result object
Returns
Result that corresponds to the given identifier
void set ( BackwardResultLayerDataId  id,
Tensor  val,
long  index 
)

Sets the result of the backward concat layer

Parameters
idIdentifier of the result
valResult that corresponds to the given identifier
indexConcatIndex of the result object

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

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