Contents

MPSGraphCompilationCompletionHandler

A notification that appears when compilation finishes.

Declaration

typealias MPSGraphCompilationCompletionHandler = (MPSGraphExecutable, (any Error)?) -> Void

Parameters

  • executable:

    If no error, the executable produced by the compilation.

  • error:

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