Struct TVMFFITypeAttrColumn#
Defined in File c_api.h
Struct Documentation#
-
struct TVMFFITypeAttrColumn#
Column array that stores extra attributes about types.
The attributes stored in a column array that can be looked up by type index. Note that the TypeAttr behaves like type_traits so column[T] so not contain attributes from base classes.
See also
TVMFFIRegisterTypeAttr
Note