Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator.h46 class NoFragmentationStatsHeap; variable
211 const std::unique_ptr<NoFragmentationStatsHeap<HloValue>>
288 class NoFragmentationStatsHeap : public HeapAlgorithm<BufferType> {
292 NoFragmentationStatsHeap() = default;
293 ~NoFragmentationStatsHeap() override = default;
Dheap_simulator.cc61 absl::make_unique<NoFragmentationStatsHeap<HloValue>>(), *module, in MinimumMemoryForModule()
76 absl::make_unique<NoFragmentationStatsHeap<HloValue>>(), computation, in MinimumMemoryForComputation()
90 absl::make_unique<NoFragmentationStatsHeap<HloValue>>(), computation, in MinimumMemoryForComputation()
341 absl::make_unique<NoFragmentationStatsHeap<HloValue>>()), in HeapSimulator()
453 void NoFragmentationStatsHeap<BufferType>::Alloc(const BufferType* buffer, in Alloc()
462 void NoFragmentationStatsHeap<BufferType>::AccountForSubcomputationMemory( in AccountForSubcomputationMemory()
491 void NoFragmentationStatsHeap<BufferType>::Free(const BufferType* buffer, in Free()
498 NoFragmentationStatsHeap<BufferType>::Finish() { in Finish()
Dhlo_memory_scheduler_test.cc54 absl::make_unique<NoFragmentationStatsHeap<HloValue>>(), in PeakMemoryUseOfEntryComputation()
Dheap_simulator_test.cc983 NoFragmentationStatsHeap<HloValue> heap; in TEST_F()
988 NoFragmentationStatsHeap<HloValue> heap; in TEST_F()
1001 NoFragmentationStatsHeap<HloValue> heap; in TEST_F()