Home
last modified time | relevance | path

Searched defs:timeout_in_us (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/default/
H A Dnotification.h62 bool WaitForNotificationWithTimeout(int64_t timeout_in_us) { in WaitForNotificationWithTimeout()
81 int64_t timeout_in_us) { in WaitForNotificationWithTimeout()
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dlocal_master.cc34 int64_t timeout_in_us = timeout_in_ms * 1000; in WaitForNotification() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Ddirect_session.cc1846 const int64_t timeout_in_us = timeout_in_ms * 1000; in WaitForNotification() local