Searched refs:ForEachHelper (Results 1 – 2 of 2) sorted by relevance
313 static Status ForEachHelper(const Fn& func, const std::vector<Node>& nodes);587 Status ShapeTree<T>::ForEachHelper(const Fn& func, in ForEachHelper() function609 return ForEachHelper(func, nodes_); in ForEachElementWithStatus()621 return ForEachHelper( in ForEachElement()
392 return ForEachHelper( in ForEachSubpiece()406 return ForEachHelper(func, *this, &index); in ForEachSubpieceWithStatus()463 Status ForEachHelper(const Fn& func, const Piece& piece, in ForEachHelper() function468 TF_RETURN_IF_ERROR(ForEachHelper(func, piece.children_[i], index)); in ForEachHelper()