MPSGraph_MPSGraphTensorShapeOps.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(MPSGraph, MPSGraphTensor, MPSGraphTensor, IntPtr, String) | |
| Split(MPSGraph, MPSGraphTensor, Int32[], IntPtr, String) | |
| Split(MPSGraph, MPSGraphTensor, UIntPtr, IntPtr, String) |
Split(MPSGraph, MPSGraphTensor, MPSGraphTensor, IntPtr, String)
[Foundation.Export("splitTensor:splitSizesTensor:axis:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor[] Split(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor tensor, MetalPerformanceShadersGraph.MPSGraphTensor splitSizesTensor, IntPtr axis, string? name);
[<Foundation.Export("splitTensor:splitSizesTensor:axis:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Split : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * nativeint * string -> MetalPerformanceShadersGraph.MPSGraphTensor[]
Parameters
- This
- MPSGraph
- tensor
- MPSGraphTensor
- splitSizesTensor
- MPSGraphTensor
- axis
-
IntPtr
nativeint
- name
- String
Returns
- Attributes
Applies to
Split(MPSGraph, MPSGraphTensor, Int32[], IntPtr, String)
[Foundation.Export("splitTensor:splitSizes:axis:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor[] Split(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor tensor, int[] splitSizes, IntPtr axis, string? name);
[<Foundation.Export("splitTensor:splitSizes:axis:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Split : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor * int[] * nativeint * string -> MetalPerformanceShadersGraph.MPSGraphTensor[]
Parameters
- This
- MPSGraph
- tensor
- MPSGraphTensor
- splitSizes
- Int32[]
- axis
-
IntPtr
nativeint
- name
- String
Returns
- Attributes
Applies to
Split(MPSGraph, MPSGraphTensor, UIntPtr, IntPtr, String)
[Foundation.Export("splitTensor:numSplits:axis:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor[] Split(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor tensor, UIntPtr numSplits, IntPtr axis, string? name);
[<Foundation.Export("splitTensor:numSplits:axis:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Split : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor * unativeint * nativeint * string -> MetalPerformanceShadersGraph.MPSGraphTensor[]
Parameters
- This
- MPSGraph
- tensor
- MPSGraphTensor
- numSplits
-
UIntPtr
unativeint
- axis
-
IntPtr
nativeint
- name
- String
Returns
- Attributes