Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator.h71 struct HeapResult { struct
82 std::vector<HeapResult<BufferType>> heap_results; argument
241 using HeapResult = HeapSimulator::HeapResult<BufferType>; variable
360 using HeapResult = HeapSimulator::HeapResult<BufferType>;
441 HeapResult result_;
Dheap_simulator_test.cc267 HeapSimulator::HeapResult<HloValue> result_;
1088 const HeapSimulator::HeapResult<HloValue>& result = in TEST_F()
1130 const HeapSimulator::HeapResult<HloValue>& result = in TEST_F()
1176 const HeapSimulator::HeapResult<HloValue>& result = in TEST_F()
1211 const HeapSimulator::HeapResult<HloValue>& result = in TEST_F()
1243 const HeapSimulator::HeapResult<HloValue>& result = in TEST_F()
1276 const HeapSimulator::HeapResult<HloValue>& result = in TEST_F()
Dheap_simulator.cc414 [&](size_t lhs, const HeapResult<HloValue>& rhs) -> size_t { in Finish()
Dbuffer_assignment.cc1607 for (const HeapSimulator::HeapResult<HloValue>& heap_result : in AssignBuffersFromHeapSimulator()