tvm
|
Reference type of ListDocNode. More...
#include <doc.h>
Public Member Functions | |
ListDoc () | |
Create an empty ListDoc. More... | |
ListDoc (ffi::Array< ExprDoc > elements) | |
Constructor of ListDoc. More... | |
TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE (ListDoc, ExprDoc, ListDocNode) | |
![]() | |
ExprDoc | operator[] (ffi::Array< Doc > indices) const |
Create a doc representing index access on the current ExprDoc. More... | |
ExprDoc (ObjectPtr< ExprDocNode > data) | |
TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE (ExprDoc, Doc, ExprDocNode) | |
![]() | |
TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE (Doc, ObjectRef, DocNode) | |
Additional Inherited Members | |
![]() | |
ExprDoc ()=default | |
![]() | |
Doc ()=default | |
Doc (ObjectPtr< DocNode > data) | |
Reference type of ListDocNode.
|
inline |
Create an empty ListDoc.
|
explicit |
Constructor of ListDoc.
elements | Elements of list. |
tvm::script::printer::ListDoc::TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE | ( | ListDoc | , |
ExprDoc | , | ||
ListDocNode | |||
) |