|
tvm
|
Information about an input field of an Op (name, type, description). More...
#include <op.h>
Public Member Functions | |
| TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("ir.ArgumentInfo", ArgumentInfoNode, ffi::Object) | |
Static Public Member Functions | |
| static void | RegisterReflection () |
Public Attributes | |
| ffi::String | name |
| name of the field | |
| ffi::String | type_info |
| type docstring information in str. | |
| ffi::String | description |
| detailed description of the type | |
Static Public Attributes | |
| static constexpr TVMFFISEqHashKind | _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode |
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.
| tvm::ArgumentInfoNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL | ( | "ir.ArgumentInfo" | , |
| ArgumentInfoNode | , | ||
| ffi::Object | |||
| ) |
|
staticconstexpr |
| ffi::String tvm::ArgumentInfoNode::description |
detailed description of the type
| ffi::String tvm::ArgumentInfoNode::name |
name of the field
| ffi::String tvm::ArgumentInfoNode::type_info |
type docstring information in str.