Function executorch_sys::torch::executor::Program_method_meta

source ยท
pub unsafe extern "C" fn Program_method_meta(
    this: *const Program,
    method_name: *const c_char,
) -> Result<MethodMeta>
Expand description

Gathers metadata for the named method.

@param[in] method_name The name of the method to get metadata for.