Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator.h40 class NoFragmentationStatsHeap; variable
166 const std::unique_ptr<NoFragmentationStatsHeap> no_fragmentation_stats_;
249 class NoFragmentationStatsHeap : public HeapAlgorithm {
251 NoFragmentationStatsHeap() = default;
252 ~NoFragmentationStatsHeap() override = default;
Dheap_simulator.cc51 HeapSimulator::Run(absl::make_unique<NoFragmentationStatsHeap>(), *module, in MinimumMemoryForModule()
65 HeapSimulator::Run(absl::make_unique<NoFragmentationStatsHeap>(), in MinimumMemoryForComputation()
355 : no_fragmentation_stats_(absl::make_unique<NoFragmentationStatsHeap>()), in HeapSimulator()
521 void NoFragmentationStatsHeap::Alloc(const BufferValue* buffer, int64 size) { in Alloc()
528 void NoFragmentationStatsHeap::AccountForSubcomputationMemory( in AccountForSubcomputationMemory()
556 void NoFragmentationStatsHeap::Free(const BufferValue* buffer, int64 size) { in Free()
560 HeapSimulator::Result NoFragmentationStatsHeap::Finish() { in Finish()
Dheap_simulator_test.cc816 NoFragmentationStatsHeap heap; in TEST_F()
821 NoFragmentationStatsHeap heap; in TEST_F()
834 NoFragmentationStatsHeap heap; in TEST_F()