tvm
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
tvm::SequentialSpanNode Class Reference

Store a list of spans for an expr generated from mulitple source exprs. More...

#include <source_map.h>

Inheritance diagram for tvm::SequentialSpanNode:
Collaboration diagram for tvm::SequentialSpanNode:

Public Member Functions

 TVM_DECLARE_FINAL_OBJECT_INFO (SequentialSpanNode, SpanNode)
 
- Public Member Functions inherited from tvm::SpanNode
 TVM_DECLARE_BASE_OBJECT_INFO (SpanNode, Object)
 

Static Public Member Functions

static void RegisterReflection ()
 
- Static Public Member Functions inherited from tvm::SpanNode
static void RegisterReflection ()
 

Public Attributes

Array< Spanspans
 The original source list of spans to construct a sequential span. More...
 
- Public Attributes inherited from tvm::SpanNode
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 Public Attributes inherited from tvm::SpanNode
static constexpr TVMFFISEqHashKind _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
 
static constexpr const char * _type_key = "ir.Span"
 

Detailed Description

Store a list of spans for an expr generated from mulitple source exprs.

Member Function Documentation

◆ RegisterReflection()

static void tvm::SequentialSpanNode::RegisterReflection ( )
inlinestatic

◆ TVM_DECLARE_FINAL_OBJECT_INFO()

tvm::SequentialSpanNode::TVM_DECLARE_FINAL_OBJECT_INFO ( SequentialSpanNode  ,
SpanNode   
)

Member Data Documentation

◆ _type_key

constexpr const char* tvm::SequentialSpanNode::_type_key = "ir.SequentialSpan"
staticconstexpr

◆ spans

Array<Span> tvm::SequentialSpanNode::spans

The original source list of spans to construct a sequential span.


The documentation for this class was generated from the following file: