tvm
|
Stores locations in frontend source that generated a node. More...
#include <source_map.h>
Public Member Functions | |
TVM_DECLARE_BASE_OBJECT_INFO (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 |
static constexpr const char * | _type_key = "ir.Span" |
Stores locations in frontend source that generated a node.
|
inlinestatic |
tvm::SpanNode::TVM_DECLARE_BASE_OBJECT_INFO | ( | SpanNode | , |
Object | |||
) |
|
staticconstexpr |
|
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.