Share via


MLCGraph.Select(MLCTensor[], MLCTensor) Method

Definition

[Foundation.Export("selectWithSources:condition:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual MLCompute.MLCTensor? Select(MLCompute.MLCTensor[] sources, MLCompute.MLCTensor condition);
[<Foundation.Export("selectWithSources:condition:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Select : MLCompute.MLCTensor[] * MLCompute.MLCTensor -> MLCompute.MLCTensor
override this.Select : MLCompute.MLCTensor[] * MLCompute.MLCTensor -> MLCompute.MLCTensor

Parameters

sources
MLCTensor[]
condition
MLCTensor

Returns

Attributes

Applies to