Share via


MPSGraphExecutableCompletionHandler Delegate

Definition

public delegate void MPSGraphExecutableCompletionHandler(MPSGraphTensorData[] results, NSError? error);
type MPSGraphExecutableCompletionHandler = delegate of MPSGraphTensorData[] * NSError -> unit

Parameters

results
MPSGraphTensorData[]
error
NSError

Applies to