MPSGraphScheduledHandler
A notification that appears when graph execution schedules.
Declaration
typealias MPSGraphScheduledHandler = ([MPSGraphTensor : MPSGraphTensorData], (any Error)?) -> VoidParameters
- resultsDictionary:
If no error, the results dictionary produced by the graph operation. If Graph has not yet allocated, the results will be
NSNull. - error:
If an error occurs, more information might be found here.