Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization.h167 absl::flat_hash_map<const HloComputation*, int64> computation_peak_memory_; variable
Dhlo_rematerialization.cc1824 TF_RET_CHECK(ContainsKey(computation_peak_memory_, computation)); in CalledComputationsMemoryUsage()
1825 callee_usage += computation_peak_memory_.at(computation); in CalledComputationsMemoryUsage()
1836 << HumanReadableNumBytes(computation_peak_memory_.at(computation)); in RematerializeComputation()
1983 << HumanReadableNumBytes(computation_peak_memory_.at(computation)) in RematerializeComputation()
1987 computation_peak_memory_.at(computation) = peak_memory; in RematerializeComputation()
2011 computation_peak_memory_.clear(); in Run()
2044 computation_peak_memory_[node.computation()], in Run()
2057 computation_peak_memory_.at(module->entry_computation()) + in Run()
2085 computation_peak_memory_.at(module->entry_computation()) + in Run()