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

Stores locations in frontend source that generated a node. More...

#include <source_map.h>

Inheritance diagram for tvm::SourceMapObj:
Collaboration diagram for tvm::SourceMapObj:

Public Member Functions

 TVM_DECLARE_FINAL_OBJECT_INFO (SourceMapObj, Object)
 

Static Public Member Functions

static void RegisterReflection ()
 

Public Attributes

Map< SourceName, Sourcesource_map
 The source mapping. More...
 

Static Public Attributes

static constexpr TVMFFISEqHashKind _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
 
static constexpr const char * _type_key = "ir.SourceMap"
 

Detailed Description

Stores locations in frontend source that generated a node.

Member Function Documentation

◆ RegisterReflection()

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

◆ TVM_DECLARE_FINAL_OBJECT_INFO()

tvm::SourceMapObj::TVM_DECLARE_FINAL_OBJECT_INFO ( SourceMapObj  ,
Object   
)

Member Data Documentation

◆ _type_key

constexpr const char* tvm::SourceMapObj::_type_key = "ir.SourceMap"
staticconstexpr

◆ _type_s_eq_hash_kind

constexpr TVMFFISEqHashKind tvm::SourceMapObj::_type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
staticconstexpr

◆ source_map

Map<SourceName, Source> tvm::SourceMapObj::source_map

The source mapping.


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