MLCGraph.Split 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 |
|---|---|
| Split(MLCTensor, UIntPtr, UIntPtr) | |
| Split(MLCTensor, UIntPtr[], UIntPtr) |
Split(MLCTensor, UIntPtr, UIntPtr)
[Foundation.Export("splitWithSource:splitCount:dimension:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual MLCompute.MLCTensor[]? Split(MLCompute.MLCTensor source, UIntPtr splitCount, UIntPtr dimension);
[<Foundation.Export("splitWithSource:splitCount:dimension:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Split : MLCompute.MLCTensor * unativeint * unativeint -> MLCompute.MLCTensor[]
override this.Split : MLCompute.MLCTensor * unativeint * unativeint -> MLCompute.MLCTensor[]
Parameters
- source
- MLCTensor
- splitCount
-
UIntPtr
unativeint
- dimension
-
UIntPtr
unativeint
Returns
- Attributes
Applies to
Split(MLCTensor, UIntPtr[], UIntPtr)
[Foundation.Export("splitWithSource:splitSectionLengths:dimension:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual MLCompute.MLCTensor[]? Split(MLCompute.MLCTensor source, UIntPtr[] splitSectionLengths, UIntPtr dimension);
[<Foundation.Export("splitWithSource:splitSectionLengths:dimension:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Split : MLCompute.MLCTensor * unativeint[] * unativeint -> MLCompute.MLCTensor[]
override this.Split : MLCompute.MLCTensor * unativeint[] * unativeint -> MLCompute.MLCTensor[]
Parameters
- source
- MLCTensor
- splitSectionLengths
-
UIntPtr[]
unativeint[]
- dimension
-
UIntPtr
unativeint
Returns
- Attributes