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