Share via


MPSGraph_ScatterNDOps.ScatterND Method

Definition

Overloads

ScatterND(MPSGraph, MPSGraphTensor, MPSGraphTensor, Int32[], UIntPtr, String)

[Foundation.Export("scatterNDWithUpdatesTensor:indicesTensor:shape:batchDimensions:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor ScatterND(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor updatesTensor, MetalPerformanceShadersGraph.MPSGraphTensor indicesTensor, int[] shape, UIntPtr batchDimensions, string? name);
[<Foundation.Export("scatterNDWithUpdatesTensor:indicesTensor:shape:batchDimensions:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ScatterND : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * int[] * unativeint * string -> MetalPerformanceShadersGraph.MPSGraphTensor

Parameters

This
MPSGraph
updatesTensor
MPSGraphTensor
indicesTensor
MPSGraphTensor
shape
Int32[]
batchDimensions
UIntPtr

unativeint

name
String

Returns

Attributes

Applies to

ScatterND(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, UIntPtr, MPSGraphScatterMode, String)

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

Parameters

This
MPSGraph
dataTensor
MPSGraphTensor
updatesTensor
MPSGraphTensor
indicesTensor
MPSGraphTensor
batchDimensions
UIntPtr

unativeint

name
String

Returns

Attributes

Applies to

ScatterND(MPSGraph, MPSGraphTensor, MPSGraphTensor, Int32[], UIntPtr, MPSGraphScatterMode, String)

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

Parameters

This
MPSGraph
updatesTensor
MPSGraphTensor
indicesTensor
MPSGraphTensor
shape
Int32[]
batchDimensions
UIntPtr

unativeint

name
String

Returns

Attributes

Applies to