Searched defs:RunGraphAsync (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
H A D | grpc_remote_worker.cc | 107 void RunGraphAsync(CallOptions* call_opts, const RunGraphRequest* request, in RunGraphAsync() function in tensorflow::GrpcRemoteWorker 111 void RunGraphAsync(CallOptions* call_opts, RunGraphRequestWrapper* request, in RunGraphAsync() function in tensorflow::GrpcRemoteWorker
|
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/ |
H A D | worker_interface.h | 64 virtual void RunGraphAsync(CallOptions* opts, const RunGraphRequest* request, in RunGraphAsync() function
|
H A D | test_utils.h | 64 void RunGraphAsync(CallOptions* opts, RunGraphRequestWrapper* request, in RunGraphAsync() function
|
H A D | worker.cc | 142 void Worker::RunGraphAsync(CallOptions* opts, RunGraphRequestWrapper* request, in RunGraphAsync() function in tensorflow::Worker
|