Function TVMFFITypeKeyToIndex#
Defined in File c_api.h
Function Documentation#
-
int TVMFFITypeKeyToIndex(const TVMFFIByteArray *type_key, int32_t *out_tindex)#
Convert type key to type index.
- Parameters:
type_key – The key of the type.
out_tindex – the corresponding type index.
- Returns:
0 when success, nonzero when failure happens