Query: mpsnnreducefeaturechannelsmean
OS: mojave
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MPSNNReduceFeatureChannelsMean(3) MetalPerformanceShaders.framework MPSNNReduceFeatureChannelsMean(3)NAMEMPSNNReduceFeatureChannelsMeanSYNOPSIS#import <MPSNNReduce.h> Inherits MPSNNReduceUnary. Instance Methods (nonnull instancetype) - initWithDevice: Additional Inherited Members Detailed Description The MPSNNReduceFeatureChannelsMean performs a reduction operation returning the mean value for each column of an image Method Documentation - (nonnull instancetype) initWithDevice: (nonnull id< MTLDevice >) device Specifies information to apply the reduction operation on an image. Parameters: device The device the filter will run on Returns: A valid MPSNNReduceFeatureChannelsMean object or nil, if failure. Reimplemented from MPSNNReduceUnary. Author Generated automatically by Doxygen for MetalPerformanceShaders.framework from the source code. Version MetalPerformanceShaders-100 Thu Feb 8 2018 MPSNNReduceFeatureChannelsMean(3)