Home
last modified time | relevance | path

Searched refs:share_with (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator.h279 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()
Dheap_simulator.cc562 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/
Dfunction.h311 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/
Dfunction.h480 void share_with(SharedFunction& copy) {