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

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

Contains classes for spatial pyramid maximum two-dimensional (2D) pooling layer.

Namespaces

 backward
 Contains classes for backward spatial pyramid maximum 2D pooling layer.
 
 forward
 Contains classes for forward spatial pyramid maximum 2D 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 spatial pyramid maximum 2D pooling layer. More...
 
enum  LayerDataId { auxSelectedIndices }
 Identifiers of input tensors for the backward spatial pyramid maximum 2D pooling layer and results for the forward spatial pyramid maximum 2D pooling layer. More...
 
enum  LayerDataNumericTableId { auxInputDimensions = lastLayerDataId + 1 }
 Identifiers of input numeric tables for the backward spatial pyramid maximum 2D pooling layer and results for the forward spatial pyramid maximum 2D pooling layer. More...
 

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