Function tvm_sys::ffi::TVMObjectTypeIndex2Key [−][src]
pub unsafe extern "C" fn TVMObjectTypeIndex2Key(
tindex: c_uint,
out_type_key: *mut *mut c_char
) -> c_int
Expand description
\brief Convert type index to type key. \param tindex The type index. \param out_type_key The output type key. \return 0 when success, nonzero when failure happens