Function tvm_sys::ffi::TVMFuncListGlobalNames  [−][src]
pub unsafe extern "C" fn TVMFuncListGlobalNames(
    out_size: *mut c_int, 
    out_array: *mut *mut *const c_char
) -> c_intExpand 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
