Function tvm_sys::ffi::TVMObjectTypeKey2Index[][src]

pub unsafe extern "C" fn TVMObjectTypeKey2Index(
    type_key: *const c_char,
    out_tindex: *mut c_uint
) -> c_int
Expand description

\brief Convert type key to type index. \param type_key The key of the type. \param out_tindex the corresponding type index. \return 0 when success, nonzero when failure happens