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.cc107 size_t available_bytes = memory_limit_ - total_region_allocated_bytes_; in Extend()
156 total_region_allocated_bytes_ += bytes_received; in Extend()
158 << strings::HumanReadableNumBytes(total_region_allocated_bytes_); in Extend()
332 memory_limit_ - total_region_allocated_bytes_ + total_free_bytes; in DeallocateFreeRegions()
383 total_region_allocated_bytes_ -= it->memory_size(); in DeallocateRegions()
479 int64 bytes_available = total_region_allocated_bytes_ - stats_.bytes_in_use; in GetFragmentation()
1058 << total_region_allocated_bytes_ in DumpMemoryLog()
1060 << (memory_limit_ - total_region_allocated_bytes_) in DumpMemoryLog()
Dbfc_allocator.h567 size_t total_region_allocated_bytes_ = 0; variable