MPSMatrixBatchNormalization Constructors  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MPSMatrixBatchNormalization(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSMatrixBatchNormalization(Foundation.NSCoder coder);new MetalPerformanceShaders.MPSMatrixBatchNormalization : Foundation.NSCoder -> MetalPerformanceShaders.MPSMatrixBatchNormalizationParameters
- coder
- NSCoder
- Attributes
Applies to
MPSMatrixBatchNormalization(NSObjectFlag)
protected MPSMatrixBatchNormalization(Foundation.NSObjectFlag t);new MetalPerformanceShaders.MPSMatrixBatchNormalization : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSMatrixBatchNormalizationParameters
Applies to
MPSMatrixBatchNormalization(IMTLDevice)
[Foundation.Export("initWithDevice:")]
[ObjCRuntime.DesignatedInitializer]
public MPSMatrixBatchNormalization(Metal.IMTLDevice device);new MetalPerformanceShaders.MPSMatrixBatchNormalization : Metal.IMTLDevice -> MetalPerformanceShaders.MPSMatrixBatchNormalizationParameters
- device
- IMTLDevice
- Attributes
Applies to
MPSMatrixBatchNormalization(IntPtr)
protected internal MPSMatrixBatchNormalization(IntPtr handle);new MetalPerformanceShaders.MPSMatrixBatchNormalization : nativeint -> MetalPerformanceShaders.MPSMatrixBatchNormalizationParameters
- handle
- 
				
				IntPtr
nativeint 
Applies to
MPSMatrixBatchNormalization(NSCoder, IMTLDevice)
[Foundation.Export("initWithCoder:device:")]
[ObjCRuntime.DesignatedInitializer]
public MPSMatrixBatchNormalization(Foundation.NSCoder decoder, Metal.IMTLDevice device);new MetalPerformanceShaders.MPSMatrixBatchNormalization : Foundation.NSCoder * Metal.IMTLDevice -> MetalPerformanceShaders.MPSMatrixBatchNormalizationParameters
- decoder
- NSCoder
- device
- IMTLDevice
- Attributes