Searched refs:pending_count_ (Results 1 – 1 of 1) sorted by relevance
294 std::vector<int> pending_count_; member in tensorflow::__anone86fd2d90111::GraphConstructor334 int* current_pending_count = &pending_count_[output]; in UpdatePendingCountAndReady()497 pending_count_.reserve(num_nodes); in InitFromEdges()552 pending_count_.push_back(pending_count); in InitFromEdges()1055 if (pending_count_[i] != 0) { in Convert()1057 << " WITH PENDING COUNT = " << pending_count_[i]; in Convert()