Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker_interface.h68 MutableRunGraphResponseWrapper* wrapped_response = in RunGraphAsync() local
70 RunGraphAsync(opts, wrapped_request, wrapped_response, in RunGraphAsync()
71 [wrapped_request, wrapped_response, done](const Status& s) { in RunGraphAsync()
74 delete wrapped_response; in RunGraphAsync()
Dmaster_interface.h59 std::unique_ptr<MutableRunStepResponseWrapper> wrapped_response( in RunStep()
61 return RunStep(call_options, wrapped_request.get(), wrapped_response.get()); in RunStep()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_master_service.cc194 MutableRunStepResponseWrapper* wrapped_response = in RunStepHandler() local
198 call_opts, wrapped_request, wrapped_response, in RunStepHandler()
199 [call, call_opts, wrapped_request, wrapped_response, in RunStepHandler()
Dgrpc_worker_service.cc229 NonOwnedProtoRunGraphResponse* wrapped_response = in RunGraphHandler() local
233 wrapped_response](const Status& s) { in RunGraphHandler()
241 delete wrapped_response; in RunGraphHandler()
246 wrapped_response](StatusCallback done) { in RunGraphHandler()
247 worker_->RunGraphAsync(call_opts, wrapped_request, wrapped_response, in RunGraphHandler()