MLCSplitLayer.Create Method
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
| Name | Description |
|---|---|
| Create(IntPtr[], UIntPtr) | |
| Create(UIntPtr, UIntPtr) |
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