tvm
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
tvm::script::printer::StmtBlockDocNode Class Reference

The container doc that holds a list of StmtDoc. More...

#include <doc.h>

Inheritance diagram for tvm::script::printer::StmtBlockDocNode:
Collaboration diagram for tvm::script::printer::StmtBlockDocNode:

Public Member Functions

 TVM_DECLARE_FINAL_OBJECT_INFO (StmtBlockDocNode, DocNode)
 
- Public Member Functions inherited from tvm::script::printer::DocNode
 TVM_DECLARE_BASE_OBJECT_INFO (DocNode, Object)
 
virtual ~DocNode ()=default
 

Static Public Member Functions

static void RegisterReflection ()
 
- Static Public Member Functions inherited from tvm::script::printer::DocNode
static void RegisterReflection ()
 

Public Attributes

Array< StmtDocstmts
 The list of statements. More...
 
- Public Attributes inherited from tvm::script::printer::DocNode
Array< ffi::reflection::AccessPath > source_paths
 The list of object paths of the source IR node. More...
 

Static Public Attributes

static constexpr const char * _type_key = "script.printer.StmtBlockDoc"
 
- Static Public Attributes inherited from tvm::script::printer::DocNode
static constexpr const char * _type_key = "script.printer.Doc"
 
static constexpr bool _type_mutable = true
 

Detailed Description

The container doc that holds a list of StmtDoc.

Note
StmtBlockDoc is never used in the IR, but a temporary container that allows holding a list of StmtDoc.
See also
StmtBlockDoc

Member Function Documentation

◆ RegisterReflection()

static void tvm::script::printer::StmtBlockDocNode::RegisterReflection ( )
inlinestatic

◆ TVM_DECLARE_FINAL_OBJECT_INFO()

tvm::script::printer::StmtBlockDocNode::TVM_DECLARE_FINAL_OBJECT_INFO ( StmtBlockDocNode  ,
DocNode   
)

Member Data Documentation

◆ _type_key

constexpr const char* tvm::script::printer::StmtBlockDocNode::_type_key = "script.printer.StmtBlockDoc"
staticconstexpr

◆ stmts

Array<StmtDoc> tvm::script::printer::StmtBlockDocNode::stmts

The list of statements.


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