Share via


MPSGraph_MPSGraphScatterAlongAxisOps.ScatterAlongAxis Method

Definition

Overloads

ScatterAlongAxis(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, MPSGraphScatterMode, String)

[Foundation.Export("scatterAlongAxisTensor:withDataTensor:updatesTensor:indicesTensor:mode:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor ScatterAlongAxis(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor axisTensor, MetalPerformanceShadersGraph.MPSGraphTensor dataTensor, MetalPerformanceShadersGraph.MPSGraphTensor updatesTensor, MetalPerformanceShadersGraph.MPSGraphTensor indicesTensor, MetalPerformanceShadersGraph.MPSGraphScatterMode mode, string? name);
[<Foundation.Export("scatterAlongAxisTensor:withDataTensor:updatesTensor:indicesTensor:mode:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ScatterAlongAxis : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphScatterMode * string -> MetalPerformanceShadersGraph.MPSGraphTensor

Parameters

This
MPSGraph
axisTensor
MPSGraphTensor
dataTensor
MPSGraphTensor
updatesTensor
MPSGraphTensor
indicesTensor
MPSGraphTensor
name
String

Returns

Attributes

Applies to

ScatterAlongAxis(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, Int32[], MPSGraphScatterMode, String)

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

Parameters

This
MPSGraph
axisTensor
MPSGraphTensor
updatesTensor
MPSGraphTensor
indicesTensor
MPSGraphTensor
shape
Int32[]
name
String

Returns

Attributes

Applies to

ScatterAlongAxis(MPSGraph, IntPtr, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, MPSGraphScatterMode, String)

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

Parameters

This
MPSGraph
axis
IntPtr

nativeint

dataTensor
MPSGraphTensor
updatesTensor
MPSGraphTensor
indicesTensor
MPSGraphTensor
name
String

Returns

Attributes

Applies to

ScatterAlongAxis(MPSGraph, IntPtr, MPSGraphTensor, MPSGraphTensor, Int32[], MPSGraphScatterMode, String)

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

Parameters

This
MPSGraph
axis
IntPtr

nativeint

updatesTensor
MPSGraphTensor
indicesTensor
MPSGraphTensor
shape
Int32[]
name
String

Returns

Attributes

Applies to