Contains classes for spatial pyramid average two-dimensional (2D) pooling layer.
|
| backward |
| Contains classes for backward spatial pyramid average 2D pooling layer.
|
|
| forward |
| Contains classes for forward spatial pyramid average 2D pooling layer.
|
|
| interface1 |
| Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
|
|
|
enum | Method { defaultDense = 0
} |
| Computation methods for the spatial pyramid average 2D pooling layer. More...
|
|
enum | LayerDataId { auxInputDimensions
} |
| Identifiers of input tensors for the backward spatial pyramid average 2D pooling layer and results for the forward spatial pyramid average 2D pooling layer. More...
|
|
Enumerator |
---|
auxInputDimensions |
Numeric table of size 1 x p that contains the sizes of the dimensions of the input data tensor
|
Enumerator |
---|
defaultDense |
Default: performance-oriented method
|