Searched defs:notification_cq (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_master_service_impl.h | 133 ::grpc::ServerCompletionQueue* notification_cq, void* tag) { in RequestCreateSession() 141 ::grpc::ServerCompletionQueue* notification_cq, void* tag) { in RequestExtendSession() 149 ::grpc::ServerCompletionQueue* notification_cq, void* tag) { in RequestPartialRunSetup() 157 ::grpc::ServerCompletionQueue* notification_cq, void* tag) { in RequestRunStep() 165 ::grpc::ServerCompletionQueue* notification_cq, void* tag) { in RequestCloseSession() 173 ::grpc::ServerCompletionQueue* notification_cq, void* tag) { in RequestListDevices() 181 ::grpc::ServerCompletionQueue* notification_cq, void* tag) { in RequestReset() 189 ::grpc::ServerCompletionQueue* notification_cq, void* tag) { in RequestMakeCallable() 197 ::grpc::ServerCompletionQueue* notification_cq, void* tag) { in RequestRunCallable() 205 ::grpc::ServerCompletionQueue* notification_cq, void* tag) { in RequestReleaseCallable()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/ |
D | grpc_eager_service.h | 115 ::grpc::ServerCompletionQueue* notification_cq, void* tag) { in RequestCreateContext() 123 ::grpc::ServerCompletionQueue* notification_cq, void* tag) { in RequestEnqueue() 131 ::grpc::ServerCompletionQueue* notification_cq, void* tag) { in RequestWaitQueueDone() 139 ::grpc::ServerCompletionQueue* notification_cq, void* tag) { in RequestKeepAlive() 147 ::grpc::ServerCompletionQueue* notification_cq, void* tag) { in RequestCloseContext() 155 ::grpc::ServerCompletionQueue* notification_cq, void* tag) { in RequestRegisterFunction() 163 ::grpc::ServerCompletionQueue* notification_cq, void* tag) { in RequestSendTensor()
|
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | server_interface.h | 186 ServerCompletionQueue* notification_cq, void* tag) in NoPayloadAsyncRequest() 201 ServerCompletionQueue* notification_cq, void* tag, in PayloadAsyncRequest() 272 ServerCompletionQueue* notification_cq, void* tag, in RequestAsyncCall() 284 ServerCompletionQueue* notification_cq, void* tag) { in RequestAsyncCall() 293 ServerCompletionQueue* notification_cq, in RequestAsyncGenericCall()
|
D | service_type.h | 95 ServerCompletionQueue* notification_cq, void* tag) { in RequestAsyncUnary() 106 ServerCompletionQueue* notification_cq, void* tag) { in RequestAsyncClientStreaming() 115 ServerCompletionQueue* notification_cq, void* tag) { in RequestAsyncServerStreaming() 123 ServerCompletionQueue* notification_cq, void* tag) { in RequestAsyncBidiStreaming()
|
/external/grpc-grpc/src/cpp/server/ |
D | async_generic_service.cc | 27 CompletionQueue* call_cq, ServerCompletionQueue* notification_cq, in RequestCall()
|
D | server_cc.cc | 714 ServerCompletionQueue* notification_cq) { in IssueRequest() 725 ServerCompletionQueue* notification_cq, void* tag, bool delete_on_finalize) in GenericAsyncRequest()
|
/external/tensorflow/tensorflow/contrib/verbs/ |
D | grpc_verbs_service_impl.h | 70 ::grpc::ServerCompletionQueue* notification_cq, void* tag) { in RequestGetRemoteAddress()
|
/external/flatbuffers/tests/ |
D | monster_test.grpc.fb.h | 168 …t>>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_c… in RequestStore() 188 …ter>>* writer, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_c… in RequestRetrieve() 208 …ter>>* reader, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_c… in RequestGetMaxHitPoint() 228 …ter>>* stream, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_c… in RequestGetMinMaxHitPoints()
|