Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator.cc523 if (current_heap_size_ > max_heap_size_) { in Alloc()
524 max_heap_size_ = current_heap_size_; in Alloc()
552 max_heap_size_ = in AccountForSubcomputationMemory()
553 std::max(max_heap_size_, current_heap_size_ + max_subcomputation_bytes); in AccountForSubcomputationMemory()
564 result.heap_size = max_heap_size_; in Finish()
Dheap_simulator.h267 int64 max_heap_size_ = 0; variable