Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dtfrt_cpu_pjrt_client.h85 return max_inflight_computations_semaphore_; in max_inflight_computations_semaphore()
107 Semaphore max_inflight_computations_semaphore_; variable
H A Dtfrt_cpu_pjrt_client.cc109 max_inflight_computations_semaphore_(/*capacity=*/asynchronous ? 32 : 1) { in TfrtCpuDevice()