Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dshape_tree.h98 class LeafIterator; variable
366 LeafIterator(const ShapeTree& tree, Iterator it) : tree_(tree), it_(it) { in LeafIterator() function