Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.h254 return peak_buffers_; in PeakMemoryLogicalBuffers()
342 std::vector<const LogicalBuffer*> peak_buffers_; variable
Dbuffer_assignment.cc506 allocation->peak_buffers_.push_back(&buffer); in NewAllocation()
582 combined_allocation->peak_buffers_.insert( in CombineTempAllocations()
583 combined_allocation->peak_buffers_.end(), in CombineTempAllocations()
584 temp_allocation.peak_buffers_.begin(), in CombineTempAllocations()
585 temp_allocation.peak_buffers_.end()); in CombineTempAllocations()
1343 allocation->peak_buffers_ = in AssignBuffersFromHeapSimulator()