Function executorch_sys::torch::executor::Module_method_names

source ยท
pub unsafe extern "C" fn Module_method_names(this: *mut Module) -> u8
Expand description

Get a list of method names available in the loaded program. Loads the program and method if needed.

@returns A set of strings containing the names of the methods, or an error if the program or method failed to load.