tvm
|
Information about attribute fields in string representations. More...
#include <attrs.h>
Public Member Functions | |
TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("ir.AttrFieldInfo", AttrFieldInfoNode, Object) | |
Static Public Member Functions | |
static void | RegisterReflection () |
Public Attributes | |
ffi::String | name |
name of the field More... | |
ffi::String | type_info |
type docstring information in str. More... | |
ffi::String | description |
detailed description of the type More... | |
Static Public Attributes | |
static constexpr TVMFFISEqHashKind | _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode |
Information about attribute fields in string representations.
|
inlinestatic |
tvm::AttrFieldInfoNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL | ( | "ir.AttrFieldInfo" | , |
AttrFieldInfoNode | , | ||
Object | |||
) |
|
staticconstexpr |
ffi::String tvm::AttrFieldInfoNode::description |
detailed description of the type
ffi::String tvm::AttrFieldInfoNode::name |
name of the field
ffi::String tvm::AttrFieldInfoNode::type_info |
type docstring information in str.