Searched refs:live_computation_call_count (Results 1 – 1 of 1) sorted by relevance
137 absl::flat_hash_map<HloComputation*, int> live_computation_call_count; in RecursivelyRemoveDeadComputations() local139 ++live_computation_call_count[entry_computation]; in RecursivelyRemoveDeadComputations()145 ++live_computation_call_count[subcomp]; in RecursivelyRemoveDeadComputations()159 if (!live_computation_call_count.contains(computation)) { in RecursivelyRemoveDeadComputations()161 module, computation, live_computation_call_count)); in RecursivelyRemoveDeadComputations()