MPSGraphCompletionHandler
A notification that appears when graph execution finishes.
Declaration
typealias MPSGraphCompletionHandler = ([MPSGraphTensor : MPSGraphTensorData], (any Error)?) -> VoidParameters
- resultsDictionary:
If no error, the results dictionary produced by the graph operation.
- error:
If an error occurs, more information might be found here.