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

The name of a source fragment. More...

#include <source_map.h>

Inheritance diagram for tvm::SourceNameNode:
Collaboration diagram for tvm::SourceNameNode:

Public Member Functions

 TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("ir.SourceName", SourceNameNode, Object)
 

Static Public Member Functions

static void RegisterReflection ()
 

Public Attributes

ffi::String name
 The source name. More...
 

Static Public Attributes

static constexpr TVMFFISEqHashKind _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
 

Detailed Description

The name of a source fragment.

Member Function Documentation

◆ RegisterReflection()

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

◆ TVM_FFI_DECLARE_OBJECT_INFO_FINAL()

tvm::SourceNameNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL ( "ir.SourceName"  ,
SourceNameNode  ,
Object   
)

Member Data Documentation

◆ _type_s_eq_hash_kind

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

◆ name

ffi::String tvm::SourceNameNode::name

The source name.


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