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.cc456 if (current_heap_size_ > max_heap_size_) { in Alloc()
457 max_heap_size_ = current_heap_size_; in Alloc()
486 max_heap_size_ = in AccountForSubcomputationMemory()
487 std::max(max_heap_size_, current_heap_size_ + max_subcomputation_bytes); in AccountForSubcomputationMemory()
502 result.heap_size = max_heap_size_; in Finish()
Dheap_simulator.h308 int64 max_heap_size_ = 0; variable