Home
last modified time | relevance | path

Searched refs:MinimumMemoryForComputation (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_memory_scheduler.cc528 HeapSimulator::MinimumMemoryForComputation( in DefaultMemoryScheduler()
537 HeapSimulator::MinimumMemoryForComputation( in DefaultMemoryScheduler()
547 HeapSimulator::MinimumMemoryForComputation( in DefaultMemoryScheduler()
584 HeapSimulator::MinimumMemoryForComputation( in ScheduleModule()
Dhlo_memory_scheduler_test.cc302 EXPECT_EQ(16, HeapSimulator::MinimumMemoryForComputation( in TEST_F()
308 EXPECT_EQ(17, HeapSimulator::MinimumMemoryForComputation( in TEST_F()
Dheap_simulator.h99 static StatusOr<int64> MinimumMemoryForComputation(
Dheap_simulator.cc57 StatusOr<int64> HeapSimulator::MinimumMemoryForComputation( in MinimumMemoryForComputation() function in xla::HeapSimulator
Dheap_simulator_test.cc214 EXPECT_EQ(64, HeapSimulator::MinimumMemoryForComputation( in TEST_F()