Share via


MLCGraph.Gather(UIntPtr, MLCTensor, MLCTensor) Method

Definition

[Foundation.Export("gatherWithDimension:source:indices:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual MLCompute.MLCTensor? Gather(UIntPtr dimension, MLCompute.MLCTensor source, MLCompute.MLCTensor indices);
[<Foundation.Export("gatherWithDimension:source:indices:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Gather : unativeint * MLCompute.MLCTensor * MLCompute.MLCTensor -> MLCompute.MLCTensor
override this.Gather : unativeint * MLCompute.MLCTensor * MLCompute.MLCTensor -> MLCompute.MLCTensor

Parameters

dimension
UIntPtr

unativeint

source
MLCTensor
indices
MLCTensor

Returns

Attributes

Applies to