Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_bfc_allocator_test.cc689 EXPECT_EQ(true, a.DeallocateFreeRegions(/*rounded_bytes=*/0)); in TestRegionDeallocation()
735 EXPECT_EQ(false, a.DeallocateFreeRegions(/*rounded_bytes=*/0)); in TestNoRegionDeallocation()
/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.h450 bool DeallocateFreeRegions(size_t rounded_bytes);
Dbfc_allocator.cc297 bool BFCAllocator::DeallocateFreeRegions(size_t rounded_bytes) in DeallocateFreeRegions() function in tensorflow::BFCAllocator
442 if (DeallocateFreeRegions(rounded_bytes) && in AllocateRawInternal()