Home
last modified time | relevance | path

Searched refs:ForEachHelper (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dshape_tree.h313 static Status ForEachHelper(const Fn& func, const std::vector<Node>& nodes);
587 Status ShapeTree<T>::ForEachHelper(const Fn& func, in ForEachHelper() function
609 return ForEachHelper(func, nodes_); in ForEachElementWithStatus()
621 return ForEachHelper( in ForEachElement()
Dliteral.h392 return ForEachHelper( in ForEachSubpiece()
406 return ForEachHelper(func, *this, &index); in ForEachSubpieceWithStatus()
463 Status ForEachHelper(const Fn& func, const Piece& piece, in ForEachHelper() function
468 TF_RETURN_IF_ERROR(ForEachHelper(func, piece.children_[i], index)); in ForEachHelper()