tvm
Public Member Functions | List of all members
tvm::script::printer::StmtBlockDoc Class Reference

Reference type of StmtBlockDocNode. More...

#include <doc.h>

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

Public Member Functions

 StmtBlockDoc (ffi::Array< StmtDoc > stmts)
 Constructor of StmtBlockDoc. More...
 
 TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE (StmtBlockDoc, Doc, StmtBlockDocNode)
 
- Public Member Functions inherited from tvm::script::printer::Doc
 TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE (Doc, ObjectRef, DocNode)
 

Additional Inherited Members

- Protected Member Functions inherited from tvm::script::printer::Doc
 Doc ()=default
 
 Doc (ObjectPtr< DocNode > data)
 

Detailed Description

Reference type of StmtBlockDocNode.

See also
StmtBlockDocNode

Constructor & Destructor Documentation

◆ StmtBlockDoc()

tvm::script::printer::StmtBlockDoc::StmtBlockDoc ( ffi::Array< StmtDoc stmts)
explicit

Constructor of StmtBlockDoc.

Parameters
stmtsThe list of statements.

Member Function Documentation

◆ TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE()

tvm::script::printer::StmtBlockDoc::TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE ( StmtBlockDoc  ,
Doc  ,
StmtBlockDocNode   
)

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