Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.cc91 size_t available_bytes = memory_limit_ - total_region_allocated_bytes_; in Extend()
139 total_region_allocated_bytes_ += bytes; in Extend()
141 << strings::HumanReadableNumBytes(total_region_allocated_bytes_); in Extend()
Dbfc_allocator.h432 size_t total_region_allocated_bytes_ = 0; variable