Home
last modified time | relevance | path

Searched defs:RunGraphAsync (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Dgrpc_remote_worker.cc107 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 Dworker_interface.h64 virtual void RunGraphAsync(CallOptions* opts, const RunGraphRequest* request, in RunGraphAsync() function
H A Dtest_utils.h64 void RunGraphAsync(CallOptions* opts, RunGraphRequestWrapper* request, in RunGraphAsync() function
H A Dworker.cc142 void Worker::RunGraphAsync(CallOptions* opts, RunGraphRequestWrapper* request, in RunGraphAsync() function in tensorflow::Worker