Share via


MLCYoloLossDescriptor.Create(NSData, UIntPtr) Method

Definition

[Foundation.Export("descriptorWithAnchorBoxes:anchorBoxCount:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MLCompute.MLCYoloLossDescriptor Create(Foundation.NSData anchorBoxes, UIntPtr anchorBoxCount);
[<Foundation.Export("descriptorWithAnchorBoxes:anchorBoxCount:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : Foundation.NSData * unativeint -> MLCompute.MLCYoloLossDescriptor

Parameters

anchorBoxes
NSData
anchorBoxCount
UIntPtr

unativeint

Returns

Attributes

Applies to