Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_dce.cc137 absl::flat_hash_map<HloComputation*, int> live_computation_call_count; in RecursivelyRemoveDeadComputations() local
139 ++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()