Home
last modified time | relevance | path

Searched refs:copy_it (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dar_crs_combiner.cc466 auto copy_it = it++; // Advance `it` before invalidation from erase. in KeepProvablyEqualInstructionGroupsMPMD() local
467 auto channel_id = copy_it->first; in KeepProvablyEqualInstructionGroupsMPMD()
471 auto pairs_vec = copy_it->second; in KeepProvablyEqualInstructionGroupsMPMD()
481 all_reduce_map_.erase(copy_it); in KeepProvablyEqualInstructionGroupsMPMD()
507 auto copy_it = it++; // Advance `it` before invalidation from erase. in KeepProvablyEqualInstructionGroupsSPMD() local
508 auto channel_id = copy_it->first; in KeepProvablyEqualInstructionGroupsSPMD()
512 auto pairs_vec = copy_it->second; in KeepProvablyEqualInstructionGroupsSPMD()
521 all_reduce_map_.erase(copy_it); in KeepProvablyEqualInstructionGroupsSPMD()
Dmemory_space_assignment.cc1469 auto copy_it = ranges_.find(copy); in RemoveCopy() local
1470 CHECK(copy_it != ranges_.end()); in RemoveCopy()
1471 ranges_.erase(copy_it); in RemoveCopy()
1480 auto copy_it = ranges_.find( in ViolatesOrdering() local
1482 if (copy_it != ranges_.end() && copy_it->start_time != start_time) { in ViolatesOrdering()
1484 << ") and (" << copy_it->start_time << ", " << copy_it->end_time in ViolatesOrdering()
1486 return *copy_it; in ViolatesOrdering()
/external/openscreen/osp/impl/discovery/mdns/
Dmdns_demo.cc95 auto copy_it = domain_part.begin(); in SplitByDot() local
98 result.emplace_back(copy_it, it); in SplitByDot()
99 copy_it = it + 1; in SplitByDot()
102 if (copy_it != domain_part.end()) in SplitByDot()
103 result.emplace_back(copy_it, domain_part.end()); in SplitByDot()
/external/python/cpython3/Lib/distutils/
Dfile_util.py201 copy_it = False
207 copy_it = True
212 if copy_it:
/external/python/cpython2/Lib/distutils/
Dfile_util.py204 copy_it = 0
209 copy_it = 1
214 if copy_it:
/external/vixl/test/
Dtest-invalset.cc356 TestSet::iterator copy_it(default_it); // Copy-constructible. in TEST() local
357 copy_it = default_it; // Copy-assignable. in TEST()
/external/openscreen/third_party/abseil/src/absl/container/internal/
Draw_hash_set.h1832 auto copy_it = it++;
1833 if (pred(*copy_it)) {
1834 c->erase(copy_it);
/external/angle/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.h1855 auto copy_it = it++;
1856 if (pred(*copy_it)) {
1857 c->erase(copy_it);
/external/abseil-cpp/absl/container/internal/
Draw_hash_set.h1811 auto copy_it = it++;
1812 if (pred(*copy_it)) {
1813 c->erase(copy_it);
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.h1832 auto copy_it = it++;
1833 if (pred(*copy_it)) {
1834 c->erase(copy_it);
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Draw_hash_set.h1832 auto copy_it = it++;
1833 if (pred(*copy_it)) {
1834 c->erase(copy_it);
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.h1811 auto copy_it = it++;
1812 if (pred(*copy_it)) {
1813 c->erase(copy_it);