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