Modifica

Share via


MPSMatrixBatchNormalization Constructors

Definition

Overloads

MPSMatrixBatchNormalization(NSCoder)
MPSMatrixBatchNormalization(NSObjectFlag)
MPSMatrixBatchNormalization(IMTLDevice)
MPSMatrixBatchNormalization(IntPtr)
MPSMatrixBatchNormalization(NSCoder, IMTLDevice)

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

Applies to