tvm
|
#include <source_map.h>
Public Member Functions | |
TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("ir.Source", SourceNode, Object) | |
Static Public Member Functions | |
static void | RegisterReflection () |
Public Attributes | |
SourceName | source_name |
The source name. More... | |
ffi::String | source |
The raw source. More... | |
std::vector< std::pair< int, int > > | line_map |
A mapping of line breaks into the raw source. More... | |
|
inlinestatic |
tvm::SourceNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL | ( | "ir.Source" | , |
SourceNode | , | ||
Object | |||
) |
std::vector<std::pair<int, int> > tvm::SourceNode::line_map |
A mapping of line breaks into the raw source.
ffi::String tvm::SourceNode::source |
The raw source.
SourceName tvm::SourceNode::source_name |
The source name.