C++ API Reference for Intel® Data Analytics Acceleration Library 2019

References | Namespaces | Classes | Enumerations

Contains classes for average one-dimensional (1D) pooling layer. More...

References

 Backward One-dimensional Average Pooling Layer
 Contains classes for backward average 1D pooling layer.
 
 Forward One-dimensional Average Pooling Layer
 Contains classes for forward average 1D pooling layer.
 

Namespaces

 daal::algorithms::neural_networks::layers::average_pooling1d
 Contains classes for average one-dimensional (1D) pooling layer.
 
 daal::algorithms::neural_networks::layers::average_pooling1d::interface1
 Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Classes

class  Batch< algorithmFPType, method >
 Provides methods for the average 1D pooling layer in the batch processing mode. More...
 
struct  Parameter
 Parameters for the average 1D pooling layer. More...
 

Enumerations

enum  Method { defaultDense = 0 }
 Computation methods for the average 1D pooling layer. More...
 
enum  LayerDataId { auxInputDimensions }
 Identifiers of input objects for the backward average 1D pooling layer and results for the forward average 1D pooling layer. More...
 

Enumeration Type Documentation

enum LayerDataId
Enumerator
auxInputDimensions 

Numeric table that stores forward average pooling layer results

enum Method

Enumerator
defaultDense 

Default: performance-oriented method

For more complete information about compiler optimizations, see our Optimization Notice.