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