Home
last modified time | relevance | path

Searched refs:LazyBestFitHeap (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator.h317 class LazyBestFitHeap : public HeapAlgorithm {
319 LazyBestFitHeap(int64 alignment) : alignment_(alignment) {} in LazyBestFitHeap() function
320 ~LazyBestFitHeap() override {} in ~LazyBestFitHeap()
Dheap_simulator_test.cc924 LazyBestFitHeap heap(/*alignment=*/1); in TEST_F()
931 LazyBestFitHeap heap(/*alignment=*/1); in TEST_F()
955 LazyBestFitHeap heap(/*alignment=*/1); in TEST_F()
983 LazyBestFitHeap heap(/*alignment=*/1); in TEST_F()
1037 LazyBestFitHeap heap(/*alignment=*/1); in TEST_F()
1069 LazyBestFitHeap heap(/*alignment=*/1); in TEST_F()
1107 LazyBestFitHeap heap(/*alignment=*/64); in TEST_F()
Dheap_simulator.cc614 void LazyBestFitHeap::Alloc(const BufferValue* buffer, int64 size) { in Alloc()
682 void LazyBestFitHeap::Free(const BufferValue* buffer, int64 size) { in Free()
704 void LazyBestFitHeap::AddFreeChunk(int64 offset, int64 size) { in AddFreeChunk()
727 HeapSimulator::Result LazyBestFitHeap::Finish() { in Finish()
Dbuffer_assignment.cc1162 absl::make_unique<LazyBestFitHeap>(alignment))); in AssignBuffersWithSequentialOrdering()