編集

次の方法で共有


MPSCnnLoss Constructors

Definition

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

Applies to