Information about an input field of an Op (name, type, description).
More...
#include <op.h>
Information about an input field of an Op (name, type, description).
Populated via OpRegEntry::add_argument and consumed both by internal sanity checks / error messages and by external tooling that wants to introspect an Op's argument schema.
◆ RegisterReflection()
| static void tvm::ArgumentInfoNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_FFI_DECLARE_OBJECT_INFO_FINAL()
| tvm::ArgumentInfoNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL |
( |
"ir.ArgumentInfo" |
, |
|
|
ArgumentInfoNode |
, |
|
|
ffi::Object |
|
|
) |
| |
◆ _type_s_eq_hash_kind
| constexpr TVMFFISEqHashKind tvm::ArgumentInfoNode::_type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode |
|
staticconstexpr |
◆ description
| ffi::String tvm::ArgumentInfoNode::description |
detailed description of the type
◆ name
| ffi::String tvm::ArgumentInfoNode::name |
◆ type_info
| ffi::String tvm::ArgumentInfoNode::type_info |
type docstring information in str.
The documentation for this class was generated from the following file: