Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions | Protected Member Functions | Protected Attributes
torch::jit::script::TreeView Struct Reference
Inheritance diagram for torch::jit::script::TreeView:
torch::jit::script::List< torch::jit::script::Stmt > torch::jit::script::Attribute torch::jit::script::AugAssignKind torch::jit::script::ClassDef torch::jit::script::Decl torch::jit::script::Def torch::jit::script::Expr torch::jit::script::Ident torch::jit::script::List< T > torch::jit::script::Maybe< T > torch::jit::script::Param torch::jit::script::Stmt

Public Member Functions

 TreeView (TreeRef tree)
 
TreeRef tree () const
 
const SourceRangerange () const
 
 operator TreeRef () const
 
const TreeRef & get () const
 
int kind () const
 
void dump () const
 

Protected Member Functions

const TreeRef & subtree (size_t i) const
 

Protected Attributes

TreeRef tree_
 

Detailed Description

Definition at line 95 of file tree_views.h.


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