Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Input object for the backward split layer. More...
| Tensor get | ( | SplitBackwardInputLayerDataId | id, |
| long | index | ||
| ) |
Returns the input object of the backward split layer
| id | Identifier of the input object |
| index | SplitIndex of the tensor to be returned |
Returns the input object of the backward split layer
| id | Identifier of the input object |
| void set | ( | SplitBackwardInputLayerDataId | id, |
| Tensor | val, | ||
| long | index | ||
| ) |
Sets the input object of the backward split layer
| id | Identifier of the input object |
| val | Value of the input object |
| index | SplitIndex of the tensor to be set |
| void set | ( | SplitBackwardInputLayerDataId | id, |
| KeyValueDataCollection | val | ||
| ) |
Sets the input object of the backward split layer
| id | Identifier of the input object |
| val | Value of the input object |
For more complete information about compiler optimizations, see our Optimization Notice.