Function tvm::runtime::function::ffi::TVMObjectTypeKey2Index[][src]

pub unsafe extern "C" fn TVMObjectTypeKey2Index(
    type_key: *const i8,
    out_tindex: *mut u32
) -> i32
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