Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.cc539 const auto first_temp_it = in CombineTempAllocations() local
547 if (first_temp_it != allocations_.end()) { in CombineTempAllocations()
548 for (auto it = first_temp_it; it != allocations_.end(); ++it) { in CombineTempAllocations()
589 allocations_.erase(first_temp_it, allocations_.end()); in CombineTempAllocations()