Share via


MPSGraph_CallOp.Call Method

Definition

[Foundation.Export("callSymbolName:inputTensors:outputTypes:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor[] Call(this MetalPerformanceShadersGraph.MPSGraph This, string symbolName, MetalPerformanceShadersGraph.MPSGraphTensor[] inputTensors, MetalPerformanceShadersGraph.MPSGraphType[] outputTypes, string? name);
[<Foundation.Export("callSymbolName:inputTensors:outputTypes:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Call : MetalPerformanceShadersGraph.MPSGraph * string * MetalPerformanceShadersGraph.MPSGraphTensor[] * MetalPerformanceShadersGraph.MPSGraphType[] * string -> MetalPerformanceShadersGraph.MPSGraphTensor[]

Parameters

This
MPSGraph
symbolName
String
inputTensors
MPSGraphTensor[]
outputTypes
MPSGraphType[]
name
String

Returns

Attributes

Applies to