Searched refs:share_with (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | heap_simulator.h | 273 virtual void ShareWith(const BufferType* buffer, const BufferType* share_with, in ShareWith() argument 397 void ShareWith(const BufferType* buffer, const BufferType* share_with, 513 void ShareWith(const BufferType* buffer, const BufferType* share_with, in ShareWith() argument 516 algorithm->ShareWith(buffer, share_with, size); in ShareWith()
|
D | heap_simulator.cc | 576 const BufferType* buffer, const BufferType* share_with, int64 size) { in ShareWith() argument 582 DCHECK_NE(buffer_intervals_.count(share_with), 0); in ShareWith() 583 buffer_intervals_[share_with].colocations.push_back(buffer); in ShareWith()
|