Searched refs:ForEachHelper (Results 1 – 2 of 2) sorted by relevance
316 static Status ForEachHelper(const Fn& func, const std::vector<Node>& nodes);629 Status ShapeTree<T>::ForEachHelper(const Fn& func, in ForEachHelper() function651 return ForEachHelper(func, nodes_); in ForEachElementWithStatus()663 return ForEachHelper( in ForEachElement()
425 return ForEachHelper( in ForEachSubpiece()439 return ForEachHelper(func, *this, &index); in ForEachSubpieceWithStatus()499 Status ForEachHelper(const Fn& func, const Piece& piece, in ForEachHelper() function504 TF_RETURN_IF_ERROR(ForEachHelper(func, piece.children_[i], index)); in ForEachHelper()