Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.cc133 flat_hash_set<const HloComputation*> global_set; in GatherComputationsByAllocationType() local
141 bool in_global_set = global_set.contains(computation); in GatherComputationsByAllocationType()
166 global_set.insert(computation); in GatherComputationsByAllocationType()
212 } else if (global_set.contains(computation)) { in GatherComputationsByAllocationType()