Home
last modified time | relevance | path

Searched refs:AsyncService (Results 1 – 25 of 31) sorted by relevance

12

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/
Dgrpc_eager_service_impl.h35 using EagerCall = Call<GrpcEagerServiceImpl, grpc::EagerService::AsyncService,
40 grpc::EagerService::AsyncService,
61 Call<GrpcEagerServiceImpl, grpc::EagerService::AsyncService, \
64 &grpc::EagerService::AsyncService::Request##method, \
81 Call<GrpcEagerServiceImpl, grpc::EagerService::AsyncService, EnqueueRequest, in EnqueueHandler()
84 &grpc::EagerService::AsyncService::RequestEnqueue, in EnqueueHandler()
102 Call<GrpcEagerServiceImpl, grpc::EagerService::AsyncService, in RunComponentFunctionHandler()
106 &grpc::EagerService::AsyncService::RequestRunComponentFunction, in RunComponentFunctionHandler()
161 grpc::EagerService::AsyncService service_;
Dgrpc_eager_service_impl.cc45 Call<GrpcEagerServiceImpl, grpc::EagerService::AsyncService, \ in HandleRPCsLoop()
48 &grpc::EagerService::AsyncService::Request##method, \ in HandleRPCsLoop()
62 grpc::EagerService::AsyncService, in HandleRPCsLoop()
65 &grpc::EagerService::AsyncService::RequestStreamingEnqueue, in HandleRPCsLoop()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_worker_service_impl.cc71 WorkerService::AsyncService::AsyncService() { in AsyncService() function in tensorflow::grpc::WorkerService::AsyncService
80 WorkerService::AsyncService::~AsyncService() {} in ~AsyncService()
Dgrpc_worker_service_impl.h104 class AsyncService : public ::grpc::Service {
106 AsyncService();
107 virtual ~AsyncService();
Dgrpc_master_service_impl.cc149 MasterService::AsyncService::AsyncService() { in AsyncService() function in tensorflow::grpc::MasterService::AsyncService
160 MasterService::AsyncService::~AsyncService() {} in ~AsyncService()
Dgrpc_master_service.cc95 Call<GrpcMasterService, grpc::MasterService::AsyncService, \
98 &grpc::MasterService::AsyncService::Request##method, \
138 grpc::MasterService::AsyncService master_service_;
146 using MasterCall = Call<GrpcMasterService, grpc::MasterService::AsyncService,
Dgrpc_worker_service.cc78 Call<GrpcWorkerServiceThread, grpc::WorkerService::AsyncService, \
103 grpc::WorkerService::AsyncService* worker_service) in GrpcWorkerServiceThread()
185 Call<GrpcWorkerServiceThread, grpc::WorkerService::AsyncService,
345 Call<GrpcWorkerServiceThread, grpc::WorkerService::AsyncService, in EnqueueRecvTensorRequestRaw()
360 grpc::WorkerService::AsyncService* const worker_service_;
409 grpc::WorkerService::AsyncService worker_service_;
Dgrpc_master_service_impl.h127 class AsyncService : public ::grpc::Service {
129 AsyncService();
130 virtual ~AsyncService();
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compilation_cache_service.h37 using AsyncService = ServiceType::AsyncService; variable
50 using GetTpuProgramCall = Call<TpuCompilationCacheService, AsyncService,
66 AsyncService service_;
/external/guice/extensions/service/test/com/google/inject/service/
DSingleServiceIntegrationTest.java22 AsyncService service = in testAsyncServiceLifecycle()
23 new AsyncService(executor) { in testAsyncServiceLifecycle()
63 AsyncService service = in testAsyncServiceBlockingLifecycle()
64 new AsyncService(executor) { in testAsyncServiceBlockingLifecycle()
/external/grpc-grpc/examples/cpp/helloworld/
Dgreeter_async_server.cc75 CallData(Greeter::AsyncService* service, ServerCompletionQueue* cq) in CallData()
118 Greeter::AsyncService* service_;
158 Greeter::AsyncService service_;
/external/guice/extensions/service/src/com/google/inject/service/
DAsyncService.java31 public abstract class AsyncService implements Service { class
42 public AsyncService(ExecutorService executor) { in AsyncService() method in AsyncService
/external/grpc-grpc/test/cpp/qps/
Dserver_async.cc536 BenchmarkService::AsyncService* service) { in RegisterBenchmarkService()
573 BenchmarkService::AsyncService, in CreateAsyncServer()
576 &BenchmarkService::AsyncService::RequestUnaryCall, in CreateAsyncServer()
577 &BenchmarkService::AsyncService::RequestStreamingCall, in CreateAsyncServer()
578 &BenchmarkService::AsyncService::RequestStreamingFromClient, in CreateAsyncServer()
579 &BenchmarkService::AsyncService::RequestStreamingFromServer, in CreateAsyncServer()
580 &BenchmarkService::AsyncService::RequestStreamingBothWays, in CreateAsyncServer()
/external/grpc-grpc/test/cpp/end2end/
Dnonblocking_test.cc102 service_.reset(new grpc::testing::EchoTestService::AsyncService()); in BuildAndStartServer()
168 std::unique_ptr<grpc::testing::EchoTestService::AsyncService> service_;
Dthread_stress_test.cc253 ::grpc::testing::EchoTestService::AsyncService service_;
301 CommonStressTestInsecure<grpc::testing::EchoTestService::AsyncService>>,
303 grpc::testing::EchoTestService::AsyncService, false>>>
Draw_end2end_test.cc170 typedef grpc::testing::EchoTestService::AsyncService SType; in TEST_F()
353 grpc::testing::EchoTestService::AsyncService> in TEST_F()
Dhybrid_end2end_test.cc750 duplicate::EchoTestService::AsyncService dup_service; in TEST_F()
758 HandleEcho<duplicate::EchoTestService::AsyncService>, &dup_service, in TEST_F()
822 duplicate::EchoTestService::AsyncService dup_service; in TEST_F()
830 HandleEcho<duplicate::EchoTestService::AsyncService>, &dup_service, in TEST_F()
/external/grpc-grpc/test/cpp/microbenchmarks/
Dfullstack_streaming_pump.h42 EchoTestService::AsyncService service; in BM_PumpStreamClientToServer()
111 EchoTestService::AsyncService service; in BM_PumpStreamServerToClient()
Dfullstack_streaming_ping_pong.h52 EchoTestService::AsyncService service; in BM_StreamingPingPong()
145 EchoTestService::AsyncService service; in BM_StreamingPingPongMsgs()
249 EchoTestService::AsyncService service; in BM_StreamingPingPongWithCoalescingApi()
Dfullstack_unary_ping_pong.h42 EchoTestService::AsyncService service; in BM_UnaryPingPong()
Dbm_fullstack_trickle.cc260 EchoTestService::AsyncService service; in BM_PumpStreamServerToClient_Trickle()
354 EchoTestService::AsyncService service; in BM_PumpUnbalancedUnary_Trickle()
/external/grpc-grpc/test/cpp/server/
Dserver_request_call_test.cc48 testing::EchoTestService::AsyncService service; in TEST()
/external/grpc-grpc/src/cpp/server/load_reporter/
Dload_reporter_async_service_impl.h39 : public grpc::lb::v1::LoadReporter::AsyncService {
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/load_reporter/
Dload_reporter_async_service_impl.h40 : public grpc::lb::v1::LoadReporter::AsyncService {
/external/grpc-grpc/test/cpp/performance/
Dwrites_per_rpc_test.cc170 EchoTestService::AsyncService service; in UnaryPingPong()

12