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

References | Namespaces | Classes | Enumerations
Two-dimensional Spatial pyramid maximum Pooling Layer

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

References

 Backward Two-dimensional Spatial pyramid maximum Pooling Layer
 Contains classes for backward spatial pyramid maximum 2D pooling layer.
 
 Forward Two-dimensional Spatial pyramid maximum Pooling Layer
 Contains classes for forward spatial pyramid maximum 2D pooling layer.
 

Namespaces

 daal::algorithms::neural_networks::layers::spatial_maximum_pooling2d
 Contains classes for spatial pyramid maximum two-dimensional (2D) pooling layer.
 
 daal::algorithms::neural_networks::layers::spatial_maximum_pooling2d::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 spatial pyramid maximum 2D pooling layer in the batch processing mode. More...
 
struct  Parameter
 Parameters for the spatial pyramid maximum 2D pooling layer. More...
 

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...
 

Enumeration Type Documentation

enum LayerDataId
Enumerator
auxSelectedIndices 

p-dimensional tensor that stores the positions of spatial pyramid maximum elements

enum LayerDataNumericTableId
Enumerator
auxInputDimensions 

Numeric table of size 1 x p that contains the sizes of the dimensions of the input data tensor

enum Method

Enumerator
defaultDense 

Default: performance-oriented method

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