Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Provides methods to access results obtained with the compute() method of the backward concat layer. More...
ConcatBackwardResult | ( | DaalContext | context | ) |
Constructs the backward concat layer result
context | Context to manage the backward concat layer result |
Tensor get | ( | BackwardResultLayerDataId | id, |
long | index | ||
) |
Returns the result of the backward concat layer
id | Identifier of the result |
index | ConcatIndex of the result object |
void set | ( | BackwardResultLayerDataId | id, |
Tensor | val, | ||
long | index | ||
) |
Sets the result of the backward concat layer
id | Identifier of the result |
val | Result that corresponds to the given identifier |
index | ConcatIndex of the result object |
For more complete information about compiler optimizations, see our Optimization Notice.