pub type TensorArrayCallback = unsafe extern "C" fn(context: *mut c_void) -> *mut c_void;
Mirrors the MPSGraph framework counterpart for TensorArrayCallback.
MPSGraph
TensorArrayCallback