tvm
|
Store a list of spans for an expr generated from mulitple source exprs. More...
#include <source_map.h>
Public Member Functions | |
TVM_DECLARE_FINAL_OBJECT_INFO (SequentialSpanNode, SpanNode) | |
![]() | |
TVM_DECLARE_BASE_OBJECT_INFO (SpanNode, Object) | |
Static Public Member Functions | |
static void | RegisterReflection () |
![]() | |
static void | RegisterReflection () |
Public Attributes | |
Array< Span > | spans |
The original source list of spans to construct a sequential span. More... | |
![]() | |
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 const char * | _type_key = "ir.SequentialSpan" |
![]() | |
static constexpr TVMFFISEqHashKind | _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode |
static constexpr const char * | _type_key = "ir.Span" |
Store a list of spans for an expr generated from mulitple source exprs.
|
inlinestatic |
tvm::SequentialSpanNode::TVM_DECLARE_FINAL_OBJECT_INFO | ( | SequentialSpanNode | , |
SpanNode | |||
) |
|
staticconstexpr |
Array<Span> tvm::SequentialSpanNode::spans |
The original source list of spans to construct a sequential span.