Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Drecording_tpu_driver.cc160 auto unwrapped_wait_for = UnwrapWaitFor(wait_for); in Allocate() local
164 driver_->Allocate(core_id, region, num_bytes, unwrapped_wait_for); in Allocate()
184 auto unwrapped_wait_for = UnwrapWaitFor(wait_for); in Allocate() local
187 auto handle = driver_->Allocate(core_id, region, shape, unwrapped_wait_for); in Allocate()
208 auto unwrapped_wait_for = UnwrapWaitFor(wait_for); in AllocateTuple() local
222 unwrapped_wait_for); in AllocateTuple()
245 auto unwrapped_wait_for = UnwrapWaitFor(wait_for); in Deallocate() local
251 unwrapped_wait_for); in Deallocate()
268 auto unwrapped_wait_for = UnwrapWaitFor(wait_for); in TransferToDevice() local
276 unwrapped_wait_for)); in TransferToDevice()
[all …]