Function executorch_sys::torch::executor::Method_experimental_step

source ยท
pub unsafe extern "C" fn Method_experimental_step(
    this: *mut Method,
) -> Error
Expand description

Advances/executes a single instruction in the method.

NOTE: Prototype API; subject to change.

@retval Error::Ok step succeeded @retval non-Ok step failed @retval Error::EndOfMethod method finished executing successfully