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.h67 MutableRunGraphResponseWrapper* wrapped_response = in RunGraphAsync() local
69 RunGraphAsync(opts, wrapped_request, wrapped_response, in RunGraphAsync()
70 [wrapped_request, wrapped_response, 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_worker_service.cc246 NonOwnedProtoRunGraphResponse* wrapped_response = in RunGraphHandler() local
249 worker_->RunGraphAsync(call_opts, wrapped_request, wrapped_response, in RunGraphHandler()
251 wrapped_response](const Status& s) { in RunGraphHandler()
259 delete wrapped_response; in RunGraphHandler()
Dgrpc_master_service.cc194 MutableRunStepResponseWrapper* wrapped_response = in RunStepHandler() local
198 call_opts, wrapped_request, wrapped_response, in RunStepHandler()