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.h134 return CallAndWait(&ME::GetStatusAsync, request, response); in GetStatus()
139 return CallAndWait(&ME::CreateWorkerSessionAsync, request, response); in CreateWorkerSession()
150 return CallAndWait(&ME::RegisterGraphAsync, request, response); in RegisterGraph()
155 return CallAndWait(&ME::DeregisterGraphAsync, request, response); in DeregisterGraph()
160 return CallAndWait(&ME::CleanupGraphAsync, request, response); in CleanupGraph()
165 return CallAndWait(&ME::CleanupAllAsync, request, response); in CleanupAll()
169 return CallAndWait(&ME::LoggingAsync, request, response); in Logging()
173 return CallAndWait(&ME::TracingAsync, request, response); in Tracing()
178 return CallAndWait(&ME::GetStepSequenceAsync, request, response); in GetStepSequence()
199 Status CallAndWait(Method func, const Req* req, Resp* resp) { in CallAndWait() function