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