Home
last modified time | relevance | path

Searched refs:ShareWith (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator.h279 virtual void ShareWith(const BufferType* buffer, const BufferType* share_with, in ShareWith() function
403 void ShareWith(const BufferType* buffer, const BufferType* share_with,
510 void ShareWith(const BufferType* buffer, const BufferType* share_with, in ShareWith() function
513 algorithm->ShareWith(buffer, share_with, size); in ShareWith()
Dheap_simulator_test.cc244 void ShareWith(const HloValue* buffer, const HloValue* shared, in ShareWith() function in xla::__anonb650ca080111::HeapCallRecorder
1205 heap.ShareWith(buffer_c_, buffer_a_, 40); in TEST_F()
1236 heap.ShareWith(buffer_c_, buffer_a_, 40); in TEST_F()
1269 heap.ShareWith(buffer_c_, buffer_a_, 10); in TEST_F()
1301 heap.ShareWith(buffer_c_, buffer_a_, 30); in TEST_F()
1334 heap.ShareWith(buffer_c_, buffer_a_, 50); in TEST_F()
1501 heap.ShareWith(buffer_c_, buffer_a_, 40); in TEST_F()
Dheap_simulator.cc403 algorithm_->ShareWith(buffer, shared, size_fn_(*shared)); in ShareBuffer()
404 no_fragmentation_stats_->ShareWith(buffer, shared, size_fn_(*shared)); in ShareBuffer()
561 void GlobalDecreasingSizeBestFitHeap<BufferType>::ShareWith( in ShareWith() function in xla::GlobalDecreasingSizeBestFitHeap