A representation of a batch normalization kernel.
SDKs
- iOS 11.3+
- macOS 10.13.4+
- Mac Catalyst 13.0+
- tvOS 11.3+
Framework
- Metal Performance Shaders
Declaration
class MPSCNNBatchNormalizationNode : MPSNNFilter Node
A representation of a batch normalization kernel.
SDKs
Framework
class MPSCNNBatchNormalizationNode : MPSNNFilter Node
class MPSCNNCross Channel Normalization Node
A representation of a normalization kernel across feature channels.
class MPSCNNLocal Contrast Normalization Node
A representation of a local-contrast normalization kernel.
class MPSCNNSpatial Normalization Node
A representation of a spatial normalization kernel.
class MPSCNNBatch Normalization Gradient Node
A representation of a gradient batch normalization kernel.
protocol MPSCNNBatch Normalization Data Source
A protocol that defines methods that a batch normalization state uses to initialize scale factors, bias terms, and batch statistics.
class MPSCNNInstance Normalization Gradient Node
A representation of a gradient instance normalization kernel.
protocol MPSCNNInstance Normalization Data Source
A protocol that defines methods that an instance normalization uses to initialize scale factors and bias terms.
class MPSCNNInstance Normalization Node
A representation of an instance normalization kernel.
class MPSCNNLocal Contrast Normalization Gradient Node
A representation of a gradient local-contrast normalization kernel.
class MPSCNNSpatial Normalization Gradient Node
A representation of a gradient spatial normalization kernel.
class MPSCNNNormalization Node
Virtual base class for CNN normalization nodes.