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

List of all members
ConcatBackwardResult Class Reference

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

Class Constructor

◆ ConcatBackwardResult()

Constructs the backward concat layer result

Parameters
contextContext to manage the backward concat layer result

Detailed Description

Member Function Documentation

◆ get()

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

◆ set()

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.