Home | History | Annotate | Download | only in service

Lines Matching defs:algorithm

43 // HeapCallRecorder is a dummy heap algorithm that simply records its calls.
71 // made to the underlying heap algorithm. Tests compare the actual call
88 auto algorithm = MakeUnique<DecreasingSizeRunsHeap>(
91 std::move(algorithm), *module_->entry_computation(),
123 auto algorithm = MakeUnique<DecreasingSizeRunsHeap>(
125 result_ = HeapSimulator::Run(std::move(algorithm), *module_,
493 // Base class for heap algorithm tests.
520 // Create a dummy LogicalBuffer to pass to the heap algorithm.