Share via


MPSNNGraph.Execute(MPSImage[], Action<MPSImage,NSError>) Method

Definition

[Foundation.Export("executeAsyncWithSourceImages:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual MetalPerformanceShaders.MPSImage Execute(MetalPerformanceShaders.MPSImage[] sourceImages, Action<MetalPerformanceShaders.MPSImage,Foundation.NSError> handler);
[<Foundation.Export("executeAsyncWithSourceImages:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Execute : MetalPerformanceShaders.MPSImage[] * Action<MetalPerformanceShaders.MPSImage, Foundation.NSError> -> MetalPerformanceShaders.MPSImage
override this.Execute : MetalPerformanceShaders.MPSImage[] * Action<MetalPerformanceShaders.MPSImage, Foundation.NSError> -> MetalPerformanceShaders.MPSImage

Parameters

sourceImages
MPSImage[]

Returns

Attributes

Applies to