Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.cc987 const std::array<BinDebugInfo, kNumBins> bin_infos = get_bin_debug_info(); in DumpMemoryLog()
991 const BinDebugInfo& bin_info = bin_infos[bin_num]; in DumpMemoryLog()
1103 const std::array<BinDebugInfo, kNumBins> bin_infos = get_bin_debug_info(); in RecordMemoryMapInternal()
1106 const BinDebugInfo& bin_info = bin_infos[bin_num]; in RecordMemoryMapInternal()
1164 std::array<BFCAllocator::BinDebugInfo, BFCAllocator::kNumBins>
1166 std::array<BinDebugInfo, kNumBins> bin_infos; in get_bin_debug_info()
1172 BinDebugInfo& bin_info = bin_infos[bin_num]; in get_bin_debug_info()
Dbfc_allocator.h508 struct BinDebugInfo { struct
517 std::array<BinDebugInfo, kNumBins> get_bin_debug_info()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_bfc_allocator_test.cc456 std::array<BFCAllocator::BinDebugInfo, BFCAllocator::kNumBins> bin_infos; in TestBinDebugInfo()
466 const BFCAllocator::BinDebugInfo& bin_info = bin_infos[i]; in TestBinDebugInfo()
514 const BFCAllocator::BinDebugInfo& bin_info = bin_infos[i]; in TestBinDebugInfo()
585 TEST_P(GPUBFCAllocatorPrivateMethodsTest, BinDebugInfo) { TestBinDebugInfo(); } in TEST_P() argument