Share via


MPSGraph_MPSGraphGatherAlongAxisOps.GatherAlongAxis Method

Definition

Overloads

GatherAlongAxis(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, String)

[Foundation.Export("gatherAlongAxisTensor:withUpdatesTensor:indicesTensor:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor GatherAlongAxis(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor axisTensor, MetalPerformanceShadersGraph.MPSGraphTensor updatesTensor, MetalPerformanceShadersGraph.MPSGraphTensor indicesTensor, string? name);
[<Foundation.Export("gatherAlongAxisTensor:withUpdatesTensor:indicesTensor:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GatherAlongAxis : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * string -> MetalPerformanceShadersGraph.MPSGraphTensor

Parameters

This
MPSGraph
axisTensor
MPSGraphTensor
updatesTensor
MPSGraphTensor
indicesTensor
MPSGraphTensor
name
String

Returns

Attributes

Applies to

GatherAlongAxis(MPSGraph, IntPtr, MPSGraphTensor, MPSGraphTensor, String)

[Foundation.Export("gatherAlongAxis:withUpdatesTensor:indicesTensor:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor GatherAlongAxis(this MetalPerformanceShadersGraph.MPSGraph This, IntPtr axis, MetalPerformanceShadersGraph.MPSGraphTensor updatesTensor, MetalPerformanceShadersGraph.MPSGraphTensor indicesTensor, string? name);
[<Foundation.Export("gatherAlongAxis:withUpdatesTensor:indicesTensor:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GatherAlongAxis : MetalPerformanceShadersGraph.MPSGraph * nativeint * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * string -> MetalPerformanceShadersGraph.MPSGraphTensor

Parameters

This
MPSGraph
axis
IntPtr

nativeint

updatesTensor
MPSGraphTensor
indicesTensor
MPSGraphTensor
name
String

Returns

Attributes

Applies to