Home
last modified time | relevance | path

Searched refs:HeapTraces (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.cc669 if (!temp_allocation.HeapTraces().empty()) { in CombineTempAllocations()
670 CHECK_EQ(temp_allocation.HeapTraces().size(), 1); in CombineTempAllocations()
671 combined_allocation->AddHeapTrace(temp_allocation.HeapTraces().front()); in CombineTempAllocations()
901 for (const HeapSimulatorTrace& heap_trace : allocation.HeapTraces()) { in ToProto()
Dbuffer_assignment.h248 const std::vector<HeapSimulatorTrace> HeapTraces() const { in HeapTraces() function