Home
last modified time | relevance | path

Searched refs:notification_cq (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_master_service_impl.h133 ::grpc::ServerCompletionQueue* notification_cq, void* tag) { in RequestCreateSession() argument
135 new_call_cq, notification_cq, tag); in RequestCreateSession()
141 ::grpc::ServerCompletionQueue* notification_cq, void* tag) { in RequestExtendSession() argument
143 new_call_cq, notification_cq, tag); in RequestExtendSession()
149 ::grpc::ServerCompletionQueue* notification_cq, void* tag) { in RequestPartialRunSetup() argument
151 new_call_cq, notification_cq, tag); in RequestPartialRunSetup()
157 ::grpc::ServerCompletionQueue* notification_cq, void* tag) { in RequestRunStep() argument
159 new_call_cq, notification_cq, tag); in RequestRunStep()
165 ::grpc::ServerCompletionQueue* notification_cq, void* tag) { in RequestCloseSession() argument
167 new_call_cq, notification_cq, tag); in RequestCloseSession()
[all …]
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/
Dgrpc_eager_service.h115 ::grpc::ServerCompletionQueue* notification_cq, void* tag) { in RequestCreateContext() argument
117 new_call_cq, notification_cq, tag); in RequestCreateContext()
123 ::grpc::ServerCompletionQueue* notification_cq, void* tag) { in RequestEnqueue() argument
125 new_call_cq, notification_cq, tag); in RequestEnqueue()
131 ::grpc::ServerCompletionQueue* notification_cq, void* tag) { in RequestWaitQueueDone() argument
133 new_call_cq, notification_cq, tag); in RequestWaitQueueDone()
139 ::grpc::ServerCompletionQueue* notification_cq, void* tag) { in RequestKeepAlive() argument
141 new_call_cq, notification_cq, tag); in RequestKeepAlive()
147 ::grpc::ServerCompletionQueue* notification_cq, void* tag) { in RequestCloseContext() argument
149 new_call_cq, notification_cq, tag); in RequestCloseContext()
[all …]
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dserver_interface.h177 ServerCompletionQueue* notification_cq);
186 ServerCompletionQueue* notification_cq, void* tag) in NoPayloadAsyncRequest() argument
188 IssueRequest(registered_method, nullptr, notification_cq); in NoPayloadAsyncRequest()
201 ServerCompletionQueue* notification_cq, void* tag, in PayloadAsyncRequest() argument
209 notification_cq_(notification_cq), in PayloadAsyncRequest()
212 IssueRequest(registered_method, payload_.bbuf_ptr(), notification_cq); in PayloadAsyncRequest()
258 ServerCompletionQueue* notification_cq, void* tag,
272 ServerCompletionQueue* notification_cq, void* tag, in RequestAsyncCall() argument
276 stream, call_cq, notification_cq, tag, in RequestAsyncCall()
284 ServerCompletionQueue* notification_cq, void* tag) { in RequestAsyncCall() argument
[all …]
Dservice_type.h95 ServerCompletionQueue* notification_cq, void* tag) { in RequestAsyncUnary() argument
101 notification_cq, tag, request); in RequestAsyncUnary()
106 ServerCompletionQueue* notification_cq, void* tag) { in RequestAsyncClientStreaming() argument
109 notification_cq, tag); in RequestAsyncClientStreaming()
115 ServerCompletionQueue* notification_cq, void* tag) { in RequestAsyncServerStreaming() argument
118 notification_cq, tag, request); in RequestAsyncServerStreaming()
123 ServerCompletionQueue* notification_cq, void* tag) { in RequestAsyncBidiStreaming() argument
126 notification_cq, tag); in RequestAsyncBidiStreaming()
Dasync_generic_service.h72 ServerCompletionQueue* notification_cq, void* tag);
/external/grpc-grpc/src/cpp/server/
Dasync_generic_service.cc27 CompletionQueue* call_cq, ServerCompletionQueue* notification_cq, in RequestCall() argument
29 server_->RequestAsyncGenericCall(ctx, reader_writer, call_cq, notification_cq, in RequestCall()
Dserver_cc.cc714 ServerCompletionQueue* notification_cq) { in IssueRequest() argument
719 call_cq_->cq(), notification_cq->cq(), this)); in IssueRequest()
725 ServerCompletionQueue* notification_cq, void* tag, bool delete_on_finalize) in GenericAsyncRequest() argument
729 GPR_ASSERT(notification_cq); in GenericAsyncRequest()
734 notification_cq->cq(), this)); in GenericAsyncRequest()
/external/grpc-grpc/test/cpp/codegen/
Dcompiler_test_golden245 … ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) {
246 …grpc::Service::RequestAsyncUnary(0, context, request, response, new_call_cq, notification_cq, tag);
265 … ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) {
266 …::grpc::Service::RequestAsyncClientStreaming(1, context, reader, new_call_cq, notification_cq, tag…
285 … ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) {
286 …rvice::RequestAsyncServerStreaming(2, context, request, writer, new_call_cq, notification_cq, tag);
305 … ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) {
306 … ::grpc::Service::RequestAsyncBidiStreaming(3, context, stream, new_call_cq, notification_cq, tag);
394 … ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) {
395 …grpc::Service::RequestAsyncUnary(0, context, request, response, new_call_cq, notification_cq, tag);
[all …]
/external/tensorflow/tensorflow/contrib/verbs/
Dgrpc_verbs_service_impl.h70 ::grpc::ServerCompletionQueue* notification_cq, void* tag) { in RequestGetRemoteAddress() argument
72 new_call_cq, notification_cq, tag); in RequestGetRemoteAddress()
/external/flatbuffers/tests/
Dmonster_test.grpc.fb.h168 … ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { in RequestStore() argument
169 …grpc::Service::RequestAsyncUnary(0, context, request, response, new_call_cq, notification_cq, tag); in RequestStore()
188 … ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { in RequestRetrieve() argument
189 …rvice::RequestAsyncServerStreaming(1, context, request, writer, new_call_cq, notification_cq, tag); in RequestRetrieve()
208 … ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { in RequestGetMaxHitPoint() argument
209 …::grpc::Service::RequestAsyncClientStreaming(2, context, reader, new_call_cq, notification_cq, tag… in RequestGetMaxHitPoint()
228 … ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { in RequestGetMinMaxHitPoints() argument
229 … ::grpc::Service::RequestAsyncBidiStreaming(3, context, stream, new_call_cq, notification_cq, tag); in RequestGetMinMaxHitPoints()