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