tvm
|
Stores locations in frontend source that generated a node. More...
#include <source_map.h>
Public Member Functions | |
TVM_FFI_DECLARE_OBJECT_INFO ("ir.Span", SpanNode, Object) | |
Static Public Member Functions | |
static void | RegisterReflection () |
Public Attributes | |
SourceName | source_name |
The source name. More... | |
int | line |
The line number. More... | |
int | column |
The column offset. More... | |
int | end_line |
The end line number. More... | |
int | end_column |
The end column number. More... | |
Static Public Attributes | |
static constexpr TVMFFISEqHashKind | _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode |
Stores locations in frontend source that generated a node.
|
inlinestatic |
tvm::SpanNode::TVM_FFI_DECLARE_OBJECT_INFO | ( | "ir.Span" | , |
SpanNode | , | ||
Object | |||
) |
|
staticconstexpr |
int tvm::SpanNode::column |
The column offset.
int tvm::SpanNode::end_column |
The end column number.
int tvm::SpanNode::end_line |
The end line number.
int tvm::SpanNode::line |
The line number.
SourceName tvm::SpanNode::source_name |
The source name.