Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions
torch::jit::script::Expr Struct Reference
Inheritance diagram for torch::jit::script::Expr:
torch::jit::script::TreeView torch::jit::script::Apply torch::jit::script::BinOp torch::jit::script::Const torch::jit::script::DictLiteral torch::jit::script::ListLiteral torch::jit::script::Select torch::jit::script::SliceExpr torch::jit::script::Starred torch::jit::script::StringLiteral torch::jit::script::Subscript torch::jit::script::TernaryIf torch::jit::script::TupleLiteral torch::jit::script::UnaryOp torch::jit::script::Var

Public Member Functions

 Expr (const TreeRef &tree)
 
- Public Member Functions inherited from torch::jit::script::TreeView
 TreeView (TreeRef tree)
 
TreeRef tree () const
 
const SourceRangerange () const
 
 operator TreeRef () const
 
const TreeRef & get () const
 
int kind () const
 
void dump () const
 

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_
 

Detailed Description

Definition at line 255 of file tree_views.h.


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