Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_mgr.cc84 const bool wait_until_ready, in GetRemoteTensorHandle()
124 TensorHandle* in, const bool wait_until_ready, RemoteTensorHandle* out, in SerializeRemoteTensorHandle()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorDeviceThreadPool.h99 static EIGEN_STRONG_INLINE void wait_until_ready(SyncType* n) { in wait_until_ready() function
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute.cc901 const bool wait_until_ready = op->is_function(); in EagerRemoteExecute() local
Dtensor_handle.cc709 Status TensorHandle::RemoteAddress(const Device* d, const bool wait_until_ready, in RemoteAddress()