C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Namespaces | Enumerations
daal::algorithms::neural_networks::layers::average_pooling1d Namespace Reference

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

Namespaces

 backward
 Contains classes for backward average 1D pooling layer.
 
 forward
 Contains classes for forward average 1D pooling layer.
 
 interface1
 Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

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

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.