tvm
|
Stores locations in frontend source that generated a node. More...
#include <source_map.h>
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, Source > | source_map |
The source mapping. More... | |
Static Public Attributes | |
static constexpr TVMFFISEqHashKind | _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode |
Stores locations in frontend source that generated a node.
|
inlinestatic |
tvm::SourceMapObj::TVM_FFI_DECLARE_OBJECT_INFO_FINAL | ( | "ir.SourceMap" | , |
SourceMapObj | , | ||
Object | |||
) |
|
staticconstexpr |
ffi::Map<SourceName, Source> tvm::SourceMapObj::source_map |
The source mapping.