Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4
Class that provides methods to access the result obtained with the compute() method of the forward one-dimensional average pooling layer. More...
AveragePooling1dForwardResult | ( | DaalContext | context | ) |
Constructs the forward one-dimensional average pooling layer
context | Context to manage the forward one-dimensional average pooling layer |
NumericTable get | ( | AveragePooling1dLayerDataId | id | ) |
Returns the result of the forward one-dimensional average pooling layer
id | Identifier of the result |
void set | ( | AveragePooling1dLayerDataId | id, |
NumericTable | val | ||
) |
Sets the result of the forward one-dimensional average pooling layer
id | Identifier of the result |
val | Result that corresponds to the given identifier |
For more complete information about compiler optimizations, see our Optimization Notice.