MPSCNNNormalizationNode(3) MetalPerformanceShaders.framework MPSCNNNormalizationNode(3)

MPSCNNNormalizationNode

#import <MPSNNGraphNodes.h>

Inherits MPSNNFilterNode.

Inherited by MPSCNNCrossChannelNormalizationNode, MPSCNNLocalContrastNormalizationNode, and MPSCNNSpatialNormalizationNode.


(nonnull instancetype) - initWithSource:


(nonnull instancetype) + nodeWithSource:


float alpha
float beta
float delta

virtual base class for CNN normalization nodes

- (nonnull instancetype) initWithSource: (MPSNNImageNode *__nonnull) sourceNode

Implemented in MPSCNNCrossChannelNormalizationNode, MPSCNNLocalContrastNormalizationNode, and MPSCNNSpatialNormalizationNode.

- alpha [read], [write], [nonatomic], [assign]

The value of alpha. Default is 1.0. Must be non-negative.

- beta [read], [write], [nonatomic], [assign]

The value of beta. Default is 5.0

- delta [read], [write], [nonatomic], [assign]

The value of delta. Default is 1.0

Generated automatically by Doxygen for MetalPerformanceShaders.framework from the source code.

Mon Jul 9 2018 Version MetalPerformanceShaders-119.3