|
tvm
|
The source name of a file span. More...
#include <source_map.h>
Public Member Functions | |
| TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (SourceName, ffi::ObjectRef, SourceNameNode) | |
Static Public Member Functions | |
| static SourceName | Get (const ffi::String &name) |
| Get an SourceName for a given operator name. Will raise an error if the source name has not been registered. | |
The source name of a file span.
|
static |
Get an SourceName for a given operator name. Will raise an error if the source name has not been registered.
| name | Name of the operator. |
| tvm::SourceName::TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE | ( | SourceName | , |
| ffi::ObjectRef | , | ||
| SourceNameNode | |||
| ) |