Function executorch_sys::torch::executor::Method_execute
source ยท pub unsafe extern "C" fn Method_execute(this: *mut Method) -> ErrorExpand description
Execute the method.
NOTE: Will fail if the method has been partially executed using the
experimental_step() api.
@returns Error::Ok on success, non-Ok on failure.