Home
last modified time | relevance | path

Searched refs:total_bytes_in_use (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_bfc_allocator_test.cc456 EXPECT_EQ(bin_info.total_bytes_in_use, allocated_size); in TestBinDebugInfo()
462 EXPECT_EQ(bin_info.total_bytes_in_use, 0); in TestBinDebugInfo()
490 EXPECT_EQ(bin_info.total_bytes_in_use, in TestBinDebugInfo()
498 EXPECT_EQ(bin_info.total_bytes_in_use, 0); in TestBinDebugInfo()
/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.cc638 << strings::HumanReadableNumBytes(bin_info.total_bytes_in_use) in DumpMemoryLog()
713 bin_info.total_bytes_in_use += c->size; in get_bin_debug_info()
Dbfc_allocator.h374 size_t total_bytes_in_use = 0; member