Class
MPSNNReduceFeatureChannelsMean
A reduction filter that returns the mean value for each feature channel in an image.
SDKs
- iOS 11.3+
- macOS 10.13.4+
- Mac Catalyst 13.0+
- tvOS 11.3+
Framework
- Metal Performance Shaders
See Also
Reduction Layers
MPSNNReduceRowMax
A reduction filter that returns the maximum value for each row in an image.
MPSNNReduceRowMin
A reduction filter that returns the minimum value for each row in an image.
MPSNNReduceRowSum
A reduction filter that returns the sum of all values for each row in an image.
MPSNNReduceRowMean
A reduction filter that returns the mean value for each row in an image.
MPSNNReduceColumnSum
A reduction filter that returns the sum of all values for each column in an image.