Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_rematerialization.h111 return computation_peak_memory_.at(computation); in ComputationPeakMemory()
201 absl::flat_hash_map<const HloComputation*, int64_t> computation_peak_memory_; variable
H A Dhlo_rematerialization.cc1881 TF_RET_CHECK(ContainsKey(computation_peak_memory_, computation)); in CalledComputationsMemoryUsage()
1882 callee_usage += computation_peak_memory_.at(computation); in CalledComputationsMemoryUsage()
1900 << HumanReadableNumBytes(computation_peak_memory_.at(computation)); in RematerializeComputation()
2063 << HumanReadableNumBytes(computation_peak_memory_.at(computation)) in RematerializeComputation()
2067 computation_peak_memory_.at(computation) = peak_memory; in RematerializeComputation()
2093 computation_peak_memory_.clear(); in Run()
2129 computation_peak_memory_[node.computation()], in Run()
2143 computation_peak_memory_.at(module->entry_computation()) + in Run()
2172 computation_peak_memory_.at(module->entry_computation()) + in Run()