Function tvm_rt::function::ffi::TVMFuncListGlobalNames   [−][src]
pub unsafe extern "C" fn TVMFuncListGlobalNames(
    out_size: *mut i32, 
    out_array: *mut *mut *const i8
) -> i32Expand description
\brief List all the globally registered function name \param out_size The number of functions \param out_array The array of function names. \return 0 when success, nonzero when failure happens
