Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker_interface.h59 virtual void RunGraphAsync(CallOptions* opts, RunGraphRequestWrapper* request,
63 virtual void RunGraphAsync(CallOptions* opts, const RunGraphRequest* request, in RunGraphAsync() function
70 RunGraphAsync(opts, wrapped_request, wrapped_response, in RunGraphAsync()
Dworker.h68 void RunGraphAsync(CallOptions* opts, RunGraphRequestWrapper* request,
Dtest_utils.h64 void RunGraphAsync(CallOptions* opts, RunGraphRequestWrapper* request, in RunGraphAsync() function
Dcluster_function_library_runtime.cc205 wi->RunGraphAsync( in Run()
Dworker.cc130 void Worker::RunGraphAsync(CallOptions* opts, RunGraphRequestWrapper* request, in RunGraphAsync() function in tensorflow::Worker
Dmaster_session.cc687 part.worker->RunGraphAsync( in RunPartitionsHelper()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_remote_worker.cc105 void RunGraphAsync(CallOptions* call_opts, const RunGraphRequest* request, in RunGraphAsync() function in tensorflow::GrpcRemoteWorker
109 void RunGraphAsync(CallOptions* call_opts, RunGraphRequestWrapper* request, in RunGraphAsync() function in tensorflow::GrpcRemoteWorker
Dgrpc_worker_service.cc247 worker_->RunGraphAsync(call_opts, wrapped_request, wrapped_response, in RunGraphHandler()