MPSGraph_MPSGraphTensorShapeOps.ConcatTensors 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 |
|---|---|
| ConcatTensors(MPSGraph, MPSGraphTensor[], IntPtr, String) | |
| ConcatTensors(MPSGraph, MPSGraphTensor[], IntPtr, Boolean, String) |
ConcatTensors(MPSGraph, MPSGraphTensor[], IntPtr, String)
[Foundation.Export("concatTensors:dimension:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor ConcatTensors(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor[] tensors, IntPtr dimensionIndex, string? name);
[<Foundation.Export("concatTensors:dimension:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ConcatTensors : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor[] * nativeint * string -> MetalPerformanceShadersGraph.MPSGraphTensor
Parameters
- This
- MPSGraph
- tensors
- MPSGraphTensor[]
- dimensionIndex
-
IntPtr
nativeint
- name
- String
Returns
- Attributes
Applies to
ConcatTensors(MPSGraph, MPSGraphTensor[], IntPtr, Boolean, String)
[Foundation.Export("concatTensors:dimension:interleave:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor ConcatTensors(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor[] tensors, IntPtr dimensionIndex, bool interleave, string? name);
[<Foundation.Export("concatTensors:dimension:interleave:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ConcatTensors : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor[] * nativeint * bool * string -> MetalPerformanceShadersGraph.MPSGraphTensor
Parameters
- This
- MPSGraph
- tensors
- MPSGraphTensor[]
- dimensionIndex
-
IntPtr
nativeint
- interleave
- Boolean
- name
- String
Returns
- Attributes