Searched refs:pending_feeds (Results 1 – 2 of 2) sorted by relevance
1132 std::unordered_set<TensorId, TensorId::Hasher> pending_feeds; in CheckFetch() local1143 pending_feeds.insert(id); in CheckFetch()1148 pending_feeds.erase(id); in CheckFetch()1170 if (pending_feeds.count({in_node->name(), in_edge->src_output()}) > 0) { in CheckFetch()
983 std::unordered_set<TensorId, TensorId::Hasher> pending_feeds; in CheckFetches() local992 pending_feeds.insert(id); in CheckFetches()996 pending_feeds.erase(id); in CheckFetches()1021 if (pending_feeds.count({in_node->name(), in_edge->src_output()}) > 0) { in CheckFetches()