MPSGraphExecutableScheduledHandler
A notification when graph executable execution schedules.
Declaration
typealias MPSGraphExecutableScheduledHandler = ([MPSGraphTensorData], (any Error)?) -> VoidParameters
- results:
If no error, the results produced by the graph operation.
- error:
If an error occurs, more information might be found here.