Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.h237 void AddHeapTrace(const HeapSimulatorTrace& heap_trace) { in AddHeapTrace() argument
238 heap_traces_.push_back(heap_trace); in AddHeapTrace()
Dbuffer_assignment.cc727 for (const HeapSimulatorTrace& heap_trace : allocation.HeapTraces()) { in ToProto() local
728 *proto.add_heap_simulator_traces() = heap_trace; in ToProto()
1245 const BufferAllocation& allocation, const HeapSimulatorTrace& heap_trace) { in ComputePeakMemoryLogicalBuffers() argument
1279 for (const auto& event : heap_trace.events()) { in ComputePeakMemoryLogicalBuffers()
1290 for (const auto& event : heap_trace.events()) { in ComputePeakMemoryLogicalBuffers()