Contents

MPSGraphExecutableScheduledHandler

A notification when graph executable execution schedules.

Declaration

typealias MPSGraphExecutableScheduledHandler = ([MPSGraphTensorData], (any Error)?) -> Void

Parameters

  • results:

    If no error, the results produced by the graph operation.

  • error:

    If an error occurs, more information might be found here.