Share via


MLCSplitLayer.Create Method

Definition

Overloads

Create(IntPtr[], UIntPtr)

[Foundation.Export("layerWithSplitSectionLengths:dimension:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MLCompute.MLCSplitLayer Create(IntPtr[] splitSectionLengths, UIntPtr dimension);
[<Foundation.Export("layerWithSplitSectionLengths:dimension:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : nativeint[] * unativeint -> MLCompute.MLCSplitLayer

Parameters

splitSectionLengths

IntPtr[]

nativeint[]

dimension
UIntPtr

unativeint

Returns

Attributes

Applies to

Create(UIntPtr, UIntPtr)

[Foundation.Export("layerWithSplitCount:dimension:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MLCompute.MLCSplitLayer Create(UIntPtr splitCount, UIntPtr dimension);
[<Foundation.Export("layerWithSplitCount:dimension:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : unativeint * unativeint -> MLCompute.MLCSplitLayer

Parameters

splitCount
UIntPtr

unativeint

dimension
UIntPtr

unativeint

Returns

Attributes

Applies to