tvm
|
Reference type of LambdaDocNode. More...
#include <doc.h>
Public Member Functions | |
LambdaDoc (Array< IdDoc > args, ExprDoc body) | |
Constructor of LambdaDoc. More... | |
TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS (LambdaDoc, ExprDoc, LambdaDocNode) | |
![]() | |
ExprDoc | operator[] (Array< Doc > indices) const |
Create a doc representing index access on the current ExprDoc. More... | |
TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS (ExprDoc, Doc, ExprDocNode) | |
![]() | |
TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS (Doc, ObjectRef, DocNode) | |
Additional Inherited Members | |
![]() | |
ExprDoc ()=default | |
![]() | |
Doc ()=default | |
Reference type of LambdaDocNode.
Constructor of LambdaDoc.
args | Arguments of this function. |
body | Body expression of this function. |
tvm::script::printer::LambdaDoc::TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS | ( | LambdaDoc | , |
ExprDoc | , | ||
LambdaDocNode | |||
) |