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

#include <exec_scope.h>

Inheritance diagram for tvm::tirx::ExecScopeNode:
Collaboration diagram for tvm::tirx::ExecScopeNode:

Public Member Functions

ffi::String name () const
 Human-readable name derived from kind (for printing / errors). More...
 
 TVM_FFI_DECLARE_OBJECT_INFO ("tirx.ExecScope", ExecScopeNode, ffi::Object)
 

Static Public Member Functions

static void RegisterReflection ()
 

Public Attributes

ffi::Array< ScopeIdDefscope_id_def
 
ScopeKind kind = ScopeKind::kKernel
 scope identity; one of the closed ScopeKind values. More...
 

Static Public Attributes

static constexpr TVMFFISEqHashKind _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
 

Member Function Documentation

◆ name()

ffi::String tvm::tirx::ExecScopeNode::name ( ) const
inline

Human-readable name derived from kind (for printing / errors).

◆ RegisterReflection()

static void tvm::tirx::ExecScopeNode::RegisterReflection ( )
inlinestatic

◆ TVM_FFI_DECLARE_OBJECT_INFO()

tvm::tirx::ExecScopeNode::TVM_FFI_DECLARE_OBJECT_INFO ( "tirx.ExecScope"  ,
ExecScopeNode  ,
ffi::Object   
)

Member Data Documentation

◆ _type_s_eq_hash_kind

constexpr TVMFFISEqHashKind tvm::tirx::ExecScopeNode::_type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
staticconstexpr

◆ kind

ScopeKind tvm::tirx::ExecScopeNode::kind = ScopeKind::kKernel

scope identity; one of the closed ScopeKind values.

◆ scope_id_def

ffi::Array<ScopeIdDef> tvm::tirx::ExecScopeNode::scope_id_def

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