Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker_interface.h147 return CallAndWait(&ME::CreateWorkerSessionAsync, request, response); in CreateWorkerSession()
158 return CallAndWait(&ME::RegisterGraphAsync, request, response); in RegisterGraph()
163 return CallAndWait(&ME::DeregisterGraphAsync, request, response); in DeregisterGraph()
168 return CallAndWait(&ME::CleanupGraphAsync, request, response); in CleanupGraph()
173 return CallAndWait(&ME::CleanupAllAsync, request, response); in CleanupAll()
177 return CallAndWait(&ME::LoggingAsync, request, response); in Logging()
181 return CallAndWait(&ME::TracingAsync, request, response); in Tracing()
186 return CallAndWait(&ME::GetStepSequenceAsync, request, response); in GetStepSequence()
207 Status CallAndWait(Method func, const Req* req, Resp* resp) { in CallAndWait() function