Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_simplifier.cc508 absl::flat_hash_set<int64> constant_tuple_indices; in TryRemoveConstantParams() local
516 constant_tuple_indices.insert(i); in TryRemoveConstantParams()
520 if (constant_tuple_indices.empty()) { in TryRemoveConstantParams()
528 if (!constant_tuple_indices.count(i)) { in TryRemoveConstantParams()
549 if (!constant_tuple_indices.count(i)) { in TryRemoveConstantParams()
564 if (constant_tuple_indices.count(i)) { in TryRemoveConstantParams()