Share via


MPSGraph_MPSGraphTensorShapeOps.ConcatTensors Method

Definition

Overloads

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

Applies to