Searched refs:rendezvous_ref_counts_ (Results 1 – 1 of 1) sorted by relevance
147 if (rendezvous_ref_counts_.find(step_id) != in Init()148 rendezvous_ref_counts_.end()) { in Init()149 rendezvous_ref_counts_[step_id]++; in Init()151 rendezvous_ref_counts_[step_id] = 1; in Init()156 CHECK(rendezvous_ref_counts_.find(step_id) != in Init()157 rendezvous_ref_counts_.end()); in Init()158 rendezvous_ref_counts_[step_id]--; in Init()331 std::unordered_map<int64, int> rendezvous_ref_counts_; member in tensorflow::__anon96a4e55d0111::ProcessFunctionLibraryRuntimeTest405 EXPECT_EQ(1, rendezvous_ref_counts_.size()); in TEST_F()406 EXPECT_EQ(opts.step_id, rendezvous_ref_counts_.begin()->first); in TEST_F()[all …]