Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1
Input object for the backward layer More...
Tensor get | ( | BackwardInputId | id | ) |
Returns the input object of the layer algorithm
id | Identifier of the input object |
Returns the input object of the layer algorithm
id | Identifier of the input object |
void set | ( | BackwardInputId | id, |
Tensor | val | ||
) |
Sets the input object of the layer algorithm
id | Identifier of the input object |
val | Value of the input object |
void set | ( | BackwardInputLayerDataId | id, |
KeyValueDataCollection | val | ||
) |
Sets the input object of the layer algorithm
id | Identifier of the input object |
val | Value of the input object |
For more complete information about compiler optimizations, see our Optimization Notice.