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_FFI_DECLARE_OBJECT_INFO_FINAL ("ir.SourceMap", SourceMapObj, Object)
 

Static Public Member Functions

static void RegisterReflection ()
 

Public Attributes

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

Static Public Attributes

static constexpr TVMFFISEqHashKind _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
 

Detailed Description

Stores locations in frontend source that generated a node.

Member Function Documentation

◆ RegisterReflection()

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

◆ TVM_FFI_DECLARE_OBJECT_INFO_FINAL()

tvm::SourceMapObj::TVM_FFI_DECLARE_OBJECT_INFO_FINAL ( "ir.SourceMap"  ,
SourceMapObj  ,
Object   
)

Member Data Documentation

◆ _type_s_eq_hash_kind

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

◆ source_map

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

The source mapping.


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