Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_stream_executor_client.cc1004 donation_semaphore_(/*capacity=*/1) { in PjRtStreamExecutorBuffer()
1195 donation_semaphore_.Release(1); in ConfirmDonation()
1208 donation_semaphore_.Release(1); in DropHold()
1280 donation_semaphore_.Acquire(1); in GetBufferWithHold()
1286 donation_semaphore_.Release(1); in GetBufferWithHold()
Dpjrt_stream_executor_client.h596 Semaphore donation_semaphore_; variable