Edit

Share via


MPSCnnYoloLoss Constructors

Definition

Overloads

MPSCnnYoloLoss(NSCoder)
MPSCnnYoloLoss(NSObjectFlag)
MPSCnnYoloLoss(IntPtr)
MPSCnnYoloLoss(NSCoder, IMTLDevice)
MPSCnnYoloLoss(IMTLDevice, MPSCnnYoloLossDescriptor)

MPSCnnYoloLoss(NSCoder)

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

Parameters

coder
NSCoder
Attributes

Applies to

MPSCnnYoloLoss(NSObjectFlag)

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

Parameters

Applies to

MPSCnnYoloLoss(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to

MPSCnnYoloLoss(NSCoder, IMTLDevice)

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

Parameters

decoder
NSCoder
device
IMTLDevice
Attributes

Applies to

MPSCnnYoloLoss(IMTLDevice, MPSCnnYoloLossDescriptor)

[Foundation.Export("initWithDevice:lossDescriptor:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnYoloLoss (Metal.IMTLDevice device, MetalPerformanceShaders.MPSCnnYoloLossDescriptor lossDescriptor);
new MetalPerformanceShaders.MPSCnnYoloLoss : Metal.IMTLDevice * MetalPerformanceShaders.MPSCnnYoloLossDescriptor -> MetalPerformanceShaders.MPSCnnYoloLoss

Parameters

device
IMTLDevice
lossDescriptor
MPSCnnYoloLossDescriptor
Attributes

Applies to