|
| List (const TreeRef &tree) |
|
iterator | begin () const |
|
iterator | end () const |
|
bool | empty () const |
|
T | operator[] (size_t i) const |
|
TreeRef | map (const std::function< TreeRef(const T &)> &fn) |
|
size_t | size () const |
|
| TreeView (TreeRef tree) |
|
TreeRef | tree () const |
|
const SourceRange & | range () const |
|
| operator TreeRef () const |
|
const TreeRef & | get () const |
|
int | kind () const |
|
void | dump () const |
|
|
const TreeRef & | subtree (size_t i) const |
|
TreeRef | tree_ |
|
template<typename T>
struct torch::jit::script::List< T >
Definition at line 153 of file tree_views.h.
The documentation for this struct was generated from the following file: