MPSCnnInstanceNormalization 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
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
- dataSource
- IMPSCnnInstanceNormalizationDataSource
- Attributes