Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_bfc_allocator_test.cc457 EXPECT_EQ(bin_info.total_bytes_in_bin, allocated_size); in TestBinDebugInfo()
466 EXPECT_GT(bin_info.total_bytes_in_bin, 0); in TestBinDebugInfo()
469 EXPECT_EQ(bin_info.total_bytes_in_bin, 0); in TestBinDebugInfo()
492 EXPECT_GE(bin_info.total_bytes_in_bin, in TestBinDebugInfo()
/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.cc636 << strings::HumanReadableNumBytes(bin_info.total_bytes_in_bin) in DumpMemoryLog()
710 bin_info.total_bytes_in_bin += c->size; in get_bin_debug_info()
Dbfc_allocator.h375 size_t total_bytes_in_bin = 0; member