|
| Maybe (const TreeRef &tree) |
|
| Maybe (const T &tree) |
|
bool | present () const |
|
T | get () const |
|
TreeRef | map (const std::function< TreeRef(const T &)> &fn) |
|
| 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::Maybe< T >
Definition at line 192 of file tree_views.h.
The documentation for this struct was generated from the following file: