Searched refs:share_with (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | heap_simulator.h | 279 virtual void ShareWith(const BufferType* buffer, const BufferType* share_with, in ShareWith() argument 403 void ShareWith(const BufferType* buffer, const BufferType* share_with, 510 void ShareWith(const BufferType* buffer, const BufferType* share_with, in ShareWith() argument 513 algorithm->ShareWith(buffer, share_with, size); in ShareWith()
|
D | heap_simulator.cc | 562 const BufferType* buffer, const BufferType* share_with, int64_t size) { in ShareWith() argument 568 DCHECK_NE(buffer_intervals_.count(share_with), 0); in ShareWith() 569 buffer_intervals_[share_with].colocations.push_back(buffer); in ShareWith()
|
/external/pigweed/third_party/fuchsia/repo/sdk/lib/fit/include/lib/fit/ |
D | function.h | 311 base::template share_with<function_impl>(copy); in share() 467 base::template share_with<callback_impl>(copy); in share()
|
/external/pigweed/third_party/fuchsia/repo/sdk/lib/fit/include/lib/fit/internal/ |
D | function.h | 480 void share_with(SharedFunction& copy) {
|