Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_simplifier.cc59 absl::flat_hash_map<int64, int64> old_to_new_tuple_idx; in RemoveDeadTupleIndices() local
62 old_to_new_tuple_idx[old_idx] = new_idx; in RemoveDeadTupleIndices()
99 auto new_idx_iter = old_to_new_tuple_idx.find(old_idx); in RemoveDeadTupleIndices()
100 if (new_idx_iter != old_to_new_tuple_idx.end()) { in RemoveDeadTupleIndices()
186 auto new_tuple_idx_it = old_to_new_tuple_idx.find(old_idx); in RemoveDeadTupleIndices()
187 if (new_tuple_idx_it != old_to_new_tuple_idx.end()) { in RemoveDeadTupleIndices()