Edit

Share via


MPSCnnInstanceNormalization Constructors

Definition

Overloads

MPSCnnInstanceNormalization(NSCoder)
MPSCnnInstanceNormalization(NSObjectFlag)
MPSCnnInstanceNormalization(IntPtr)
MPSCnnInstanceNormalization(NSCoder, IMTLDevice)
MPSCnnInstanceNormalization(IMTLDevice, IMPSCnnInstanceNormalizationDataSource)

MPSCnnInstanceNormalization(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnInstanceNormalization (Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSCnnInstanceNormalization : Foundation.NSCoder -> MetalPerformanceShaders.MPSCnnInstanceNormalization

Parameters

coder
NSCoder
Attributes

Applies to

MPSCnnInstanceNormalization(NSObjectFlag)

protected MPSCnnInstanceNormalization (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSCnnInstanceNormalization : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSCnnInstanceNormalization

Parameters

Applies to

MPSCnnInstanceNormalization(IntPtr)

protected internal MPSCnnInstanceNormalization (IntPtr handle);
new MetalPerformanceShaders.MPSCnnInstanceNormalization : nativeint -> MetalPerformanceShaders.MPSCnnInstanceNormalization

Parameters

handle
IntPtr

nativeint

Applies to

MPSCnnInstanceNormalization(NSCoder, IMTLDevice)

[Foundation.Export("initWithCoder:device:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnInstanceNormalization (Foundation.NSCoder decoder, Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSCnnInstanceNormalization : Foundation.NSCoder * Metal.IMTLDevice -> MetalPerformanceShaders.MPSCnnInstanceNormalization

Parameters

decoder
NSCoder
device
IMTLDevice
Attributes

Applies to

MPSCnnInstanceNormalization(IMTLDevice, IMPSCnnInstanceNormalizationDataSource)

[Foundation.Export("initWithDevice:dataSource:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnInstanceNormalization (Metal.IMTLDevice device, MetalPerformanceShaders.IMPSCnnInstanceNormalizationDataSource dataSource);
new MetalPerformanceShaders.MPSCnnInstanceNormalization : Metal.IMTLDevice * MetalPerformanceShaders.IMPSCnnInstanceNormalizationDataSource -> MetalPerformanceShaders.MPSCnnInstanceNormalization

Parameters

device
IMTLDevice
Attributes

Applies to