MPSGraphCompilationCompletionHandler
A notification that appears when compilation finishes.
Declaration
typealias MPSGraphCompilationCompletionHandler = (MPSGraphExecutable, (any Error)?) -> VoidParameters
- executable:
If no error, the executable produced by the compilation.
- error:
If an error occurs, more information might be found here.