Public Member Functions | |
Apply (const TreeRef &tree) | |
Expr | callee () const |
List< Expr > | inputs () const |
List< Attribute > | attributes () const |
Public Member Functions inherited from torch::jit::script::Expr | |
Expr (const TreeRef &tree) | |
Public Member Functions inherited from torch::jit::script::TreeView | |
TreeView (TreeRef tree) | |
TreeRef | tree () const |
const SourceRange & | range () const |
operator TreeRef () const | |
const TreeRef & | get () const |
int | kind () const |
void | dump () const |
Static Public Member Functions | |
static Apply | create (const SourceRange &range, const Expr &callee, const List< Expr > &inputs, const List< Attribute > &attributes) |
Additional Inherited Members | |
Protected Member Functions inherited from torch::jit::script::TreeView | |
const TreeRef & | subtree (size_t i) const |
Protected Attributes inherited from torch::jit::script::TreeView | |
TreeRef | tree_ |
Definition at line 743 of file tree_views.h.