MPSGraph_MPSGraphGatherAlongAxisOps.GatherAlongAxis 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 |
|---|---|
| GatherAlongAxis(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, String) | |
| GatherAlongAxis(MPSGraph, IntPtr, MPSGraphTensor, MPSGraphTensor, String) |
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