pub type MLCGraphCompletionHandler = *mut DynBlock<dyn Fn(*mut MLCTensor, *mut NSError, NSTimeInterval)>;Available on crate features
block2 and MLCTensor and MLCTypes only.Expand description
A callback completion handler you execute when a graph finishes execution.
See also Appleās documentation