Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dshape_tree.h316 static Status ForEachHelper(const Fn& func, const std::vector<Node>& nodes);
629 Status ShapeTree<T>::ForEachHelper(const Fn& func, in ForEachHelper() function
651 return ForEachHelper(func, nodes_); in ForEachElementWithStatus()
663 return ForEachHelper( in ForEachElement()
Dliteral.h425 return ForEachHelper( in ForEachSubpiece()
439 return ForEachHelper(func, *this, &index); in ForEachSubpieceWithStatus()
499 Status ForEachHelper(const Fn& func, const Piece& piece, in ForEachHelper() function
504 TF_RETURN_IF_ERROR(ForEachHelper(func, piece.children_[i], index)); in ForEachHelper()