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.cc626 const std::array<BinDebugInfo, kNumBins> bin_infos = get_bin_debug_info(); in DumpMemoryLog()
629 const BinDebugInfo& bin_info = bin_infos[bin_num]; in DumpMemoryLog()
701 std::array<BFCAllocator::BinDebugInfo, BFCAllocator::kNumBins>
703 std::array<BinDebugInfo, kNumBins> bin_infos; in get_bin_debug_info()
709 BinDebugInfo& bin_info = bin_infos[bin_num]; in get_bin_debug_info()
Dbfc_allocator.h373 struct BinDebugInfo { struct
382 std::array<BinDebugInfo, kNumBins> get_bin_debug_info()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_bfc_allocator_test.cc442 std::array<BFCAllocator::BinDebugInfo, BFCAllocator::kNumBins> bin_infos; in TestBinDebugInfo()
449 const BFCAllocator::BinDebugInfo& bin_info = bin_infos[i]; in TestBinDebugInfo()
484 const BFCAllocator::BinDebugInfo& bin_info = bin_infos[i]; in TestBinDebugInfo()
571 TEST_F(GPUBFCAllocatorPrivateMethodsTest, BinDebugInfo) { TestBinDebugInfo(); } in TEST_F() argument