Home
last modified time | relevance | path

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

/external/perfetto/src/base/
Dwatchdog_posix.cc134 memory_limit_bytes_ = bytes; in SetMemoryLimit()
180 if (memory_limit_bytes_ == 0) in CheckMemory()
186 if (memory_window_bytes_.Mean() > static_cast<double>(memory_limit_bytes_)) { in CheckMemory()
190 memory_window_bytes_.Mean(), memory_limit_bytes_); in CheckMemory()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization.h91 memory_limit_bytes_(memory_limit_bytes), in size_function_()
142 const int64 memory_limit_bytes_; variable
Dhlo_rematerialization.cc2007 << HumanReadableNumBytes(memory_limit_bytes_); in Run()
2032 memory_limit_bytes_ - module_output_size; in Run()
2104 if (current_peak_memory > memory_limit_bytes_) { in Run()
2108 HumanReadableNumBytes(memory_limit_bytes_), memory_limit_bytes_, in Run()
/external/perfetto/include/perfetto/ext/base/
Dwatchdog_posix.h152 uint64_t memory_limit_bytes_ = 0; variable
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.cc151 memory_limit_bytes_(GetMemoryLimitBytes()), in StreamExecutor()
488 if (memory_limit_bytes_ > 0 && in Allocate()
489 static_cast<int64>(mem_alloc_bytes_ + size) > memory_limit_bytes_) { in Allocate()
493 << ", limit=" << memory_limit_bytes_ << "]"; in Allocate()
Dstream_executor_pimpl.h746 int64 memory_limit_bytes_; variable