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.MPSMatrixBatchNormalization
Parameters
- coder
- NSCoder
- Attributes
Applies to
MPSMatrixBatchNormalization(NSObjectFlag)
protected MPSMatrixBatchNormalization (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSMatrixBatchNormalization : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSMatrixBatchNormalization
Parameters
Applies to
MPSMatrixBatchNormalization(IMTLDevice)
[Foundation.Export("initWithDevice:")]
[ObjCRuntime.DesignatedInitializer]
public MPSMatrixBatchNormalization (Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSMatrixBatchNormalization : Metal.IMTLDevice -> MetalPerformanceShaders.MPSMatrixBatchNormalization
Parameters
- device
- IMTLDevice
- Attributes
Applies to
MPSMatrixBatchNormalization(IntPtr)
protected internal MPSMatrixBatchNormalization (IntPtr handle);
new MetalPerformanceShaders.MPSMatrixBatchNormalization : nativeint -> MetalPerformanceShaders.MPSMatrixBatchNormalization
Parameters
- 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.MPSMatrixBatchNormalization
Parameters
- decoder
- NSCoder
- device
- IMTLDevice
- Attributes