Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Class that provides methods to access the result obtained with the compute() method of the forward split layer. More...
| SplitForwardResult | ( | DaalContext | context | ) |
Constructs the forward split layer result
| context | Context to manage the forward split layer result |
Returns the result of the forward split layer
| id | Identifier of the result |
| Tensor get | ( | SplitForwardResultLayerDataId | id, |
| long | index | ||
| ) |
Returns the result of the forward split layer
| id | Identifier of the result |
| index | SplitIndex of the tensor to be returned |
| void set | ( | SplitForwardResultLayerDataId | id, |
| Tensor | val, | ||
| long | index | ||
| ) |
Sets the result of the forward split layer
| id | Identifier of the result |
| val | Result that corresponds to the given identifier |
| index | SplitIndex of the tensor to be set |
For more complete information about compiler optimizations, see our Optimization Notice.