Contains classes for average two-dimensional (2D) pooling layer.
More...
|
enum | Method { defaultDense = 0
} |
| Computation methods for the average 2D pooling layer. More...
|
|
enum | LayerDataId { auxInputDimensions = 0
} |
| Identifiers of input objects for the backward average 2D pooling layer and results for the forward average 2D pooling layer. More...
|
|
enum | LayerDataTensorId { auxData = lastLayerDataId + 1
} |
| Identifiers of input tensors for the backward average 2D pooling layer and results for the forward average 2D pooling layer. More...
|
|
Enumerator |
---|
auxInputDimensions |
Numeric table that stores forward average pooling layer results
|
Enumerator |
---|
auxData |
p-dimensional tensor that stores the data processed at the forward stage of the layer
|
Enumerator |
---|
defaultDense |
Default: performance-oriented method
|