Contains classes for spatial pyramid maximum two-dimensional (2D) pooling layer.
More...
|
| 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...
|
| |
| 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
|
| Enumerator |
|---|
| defaultDense |
Default: performance-oriented method
|