Home
last modified time | relevance | path

Searched defs:pretty_tree (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dtree.h167 struct pretty_tree { struct
168 pretty_tree(const TreeRef& tree, size_t col = 40) : tree(tree), col(col) {} in tree() argument
169 const TreeRef& tree;
170 size_t col;
171 std::unordered_map<TreeRef, std::string> flat_strings;
172 const std::string& get_flat(const TreeRef& t) { in get_flat()
209 static inline std::ostream& operator<<(std::ostream& out, pretty_tree t_) { argument