Searched refs:pending_feeds (Results 1 – 2 of 2) sorted by relevance
1238 std::unordered_set<TensorId, TensorId::Hasher> pending_feeds; in CheckFetch() local1249 pending_feeds.insert(id); in CheckFetch()1254 pending_feeds.erase(id); in CheckFetch()1276 if (pending_feeds.count({in_node->name(), in_edge->src_output()}) > 0) { in CheckFetch()
1040 std::unordered_set<TensorId, TensorId::Hasher> pending_feeds; in CheckFetches() local1049 pending_feeds.insert(id); in CheckFetches()1053 pending_feeds.erase(id); in CheckFetches()1078 if (pending_feeds.count({in_node->name(), in_edge->src_output()}) > 0) { in CheckFetches()