Searched refs:RunGraphAsync (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | worker_interface.h | 59 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()
|
D | worker.h | 68 void RunGraphAsync(CallOptions* opts, RunGraphRequestWrapper* request,
|
D | test_utils.h | 64 void RunGraphAsync(CallOptions* opts, RunGraphRequestWrapper* request, in RunGraphAsync() function
|
D | cluster_function_library_runtime.cc | 205 wi->RunGraphAsync( in Run()
|
D | worker.cc | 130 void Worker::RunGraphAsync(CallOptions* opts, RunGraphRequestWrapper* request, in RunGraphAsync() function in tensorflow::Worker
|
D | master_session.cc | 687 part.worker->RunGraphAsync( in RunPartitionsHelper()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_remote_worker.cc | 105 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
|
D | grpc_worker_service.cc | 247 worker_->RunGraphAsync(call_opts, wrapped_request, wrapped_response, in RunGraphHandler()
|