Home
last modified time | relevance | path

Searched defs:wait_until_ready (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_mgr.cc112 const bool wait_until_ready, in GetRemoteTensorHandle()
152 TensorHandle* in, const bool wait_until_ready, RemoteTensorHandle* out, in SerializeRemoteTensorHandle()
/external/angle/build/fuchsia/test/
Dbase_ermine_ctl.py151 def wait_until_ready(self) -> None: member in BaseErmineCtl
/external/cronet/build/fuchsia/test/
Dbase_ermine_ctl.py151 def wait_until_ready(self) -> None: member in BaseErmineCtl
/external/rust/crates/tokio/tests/
Drt_metrics.rs64 let wait_until_ready = move || { in blocking_queue_depth() localVariable
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorDeviceThreadPool.h38 static EIGEN_STRONG_INLINE void wait_until_ready(SyncType* n) { in wait_until_ready() function
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dtensor_handle.cc709 Status TensorHandle::RemoteAddress(const Device* d, const bool wait_until_ready, in RemoteAddress()
Dexecute.cc1609 const bool wait_until_ready = op->is_function(); in EagerRemoteExecute() local