Share via


MPSGraph_MPSGraphArithmeticOps.LogicalOr Method

Definition

[Foundation.Export("logicalORWithPrimaryTensor:secondaryTensor:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor LogicalOr(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor primaryTensor, MetalPerformanceShadersGraph.MPSGraphTensor secondaryTensor, string? name);
[<Foundation.Export("logicalORWithPrimaryTensor:secondaryTensor:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member LogicalOr : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * string -> MetalPerformanceShadersGraph.MPSGraphTensor

Parameters

This
MPSGraph
primaryTensor
MPSGraphTensor
secondaryTensor
MPSGraphTensor
name
String

Returns

Attributes

Applies to