Searched defs:RunGraphAsync (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | worker_interface.h | 63 virtual void RunGraphAsync(CallOptions* opts, const RunGraphRequest* request, in RunGraphAsync() function
|
D | test_utils.h | 64 void RunGraphAsync(CallOptions* opts, RunGraphRequestWrapper* request, in RunGraphAsync() function
|
D | worker.cc | 130 void Worker::RunGraphAsync(CallOptions* opts, RunGraphRequestWrapper* request, in RunGraphAsync() function in tensorflow::Worker
|
/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
|