Home
last modified time | relevance | path

Searched refs:ServerInterface (Results 1 – 25 of 36) sorted by relevance

12

/external/tensorflow/tensorflow/core/distributed_runtime/
Dserver_lib.h38 class ServerInterface {
40 ServerInterface() {} in ServerInterface() function
41 virtual ~ServerInterface() {} in ~ServerInterface()
63 TF_DISALLOW_COPY_AND_ASSIGN(ServerInterface);
76 std::unique_ptr<ServerInterface>* out_server) = 0;
100 std::unique_ptr<ServerInterface>* out_server);
103 std::unique_ptr<ServerInterface>* out_server);
Dserver_lib_test.cc30 std::unique_ptr<ServerInterface>* out_server) override { in NewServer()
39 std::unique_ptr<ServerInterface> server; in TEST()
46 std::unique_ptr<ServerInterface> server; in TEST()
Dserver_lib.cc73 std::unique_ptr<ServerInterface>* out_server) { in NewServer()
83 std::unique_ptr<ServerInterface>* out_server) { in NewServerWithOptions()
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dserver_interface.h48 class ServerInterface : public internal::CallHook {
50 virtual ~ServerInterface() {} in ~ServerInterface()
149 BaseAsyncRequest(ServerInterface* server, ServerContext* context,
158 ServerInterface* const server_;
169 RegisteredAsyncRequest(ServerInterface* server, ServerContext* context,
182 NoPayloadAsyncRequest(void* registered_method, ServerInterface* server, in NoPayloadAsyncRequest()
197 PayloadAsyncRequest(void* registered_method, ServerInterface* server, in PayloadAsyncRequest()
243 ServerInterface* const server_;
255 GenericAsyncRequest(ServerInterface* server, GenericServerContext* context,
Dservice_type.h33 class ServerInterface; variable
52 friend class ::grpc::ServerInterface;
184 friend class ServerInterface; variable
185 ServerInterface* server_;
Dbyte_buffer.h34 class ServerInterface; variable
36 class ServerInterface; variable
139 friend class ServerInterface; variable
Dasync_generic_service.h42 friend class ServerInterface; variable
Dserver_context.h75 class ServerInterface; variable
244 friend class ::grpc::ServerInterface;
Dcompletion_queue.h68 class ServerInterface; variable
273 friend class ::grpc::ServerInterface;
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dserver_interface.h65 class ServerInterface : public internal::CallHook {
67 ~ServerInterface() override {} in ~ServerInterface()
194 BaseAsyncRequest(ServerInterface* server, ::grpc::ServerContext* context,
207 ServerInterface* const server_;
223 RegisteredAsyncRequest(ServerInterface* server,
253 ServerInterface* server, in NoPayloadAsyncRequest()
272 ServerInterface* server, ::grpc::ServerContext* context, in PayloadAsyncRequest()
328 GenericAsyncRequest(ServerInterface* server, GenericServerContext* context,
Dservice_type.h33 class ServerInterface; variable
50 friend class ::grpc::ServerInterface;
268 friend class ServerInterface; variable
269 ServerInterface* server_;
Dbyte_buffer.h34 class ServerInterface; variable
36 class ServerInterface; variable
161 friend class ServerInterface; variable
Dasync_generic_service.h45 friend class ServerInterface;
Dcompletion_queue.h85 class ServerInterface; variable
287 friend class ::grpc::ServerInterface;
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dserver_interface.h65 class ServerInterface : public internal::CallHook {
67 ~ServerInterface() override {} in ~ServerInterface()
194 BaseAsyncRequest(ServerInterface* server, ::grpc::ServerContext* context,
207 ServerInterface* const server_;
223 RegisteredAsyncRequest(ServerInterface* server,
253 ServerInterface* server, in NoPayloadAsyncRequest()
272 ServerInterface* server, ::grpc::ServerContext* context, in PayloadAsyncRequest()
328 GenericAsyncRequest(ServerInterface* server, GenericServerContext* context,
Dservice_type.h33 class ServerInterface; variable
50 friend class ::grpc::ServerInterface;
268 friend class ServerInterface; variable
269 ServerInterface* server_;
Dbyte_buffer.h34 class ServerInterface; variable
36 class ServerInterface; variable
161 friend class ServerInterface; variable
Dasync_generic_service.h45 friend class ServerInterface;
Dcompletion_queue.h85 class ServerInterface; variable
287 friend class ::grpc::ServerInterface;
/external/grpc-grpc/src/cpp/server/
Dserver_cc.cc670 ServerInterface::BaseAsyncRequest::BaseAsyncRequest( in BaseAsyncRequest()
671 ServerInterface* server, ServerContext* context, in BaseAsyncRequest()
684 ServerInterface::BaseAsyncRequest::~BaseAsyncRequest() { in ~BaseAsyncRequest()
688 bool ServerInterface::BaseAsyncRequest::FinalizeResult(void** tag, in FinalizeResult()
706 ServerInterface::RegisteredAsyncRequest::RegisteredAsyncRequest( in RegisteredAsyncRequest()
707 ServerInterface* server, ServerContext* context, in RegisteredAsyncRequest()
712 void ServerInterface::RegisteredAsyncRequest::IssueRequest( in IssueRequest()
722 ServerInterface::GenericAsyncRequest::GenericAsyncRequest( in GenericAsyncRequest()
723 ServerInterface* server, GenericServerContext* context, in GenericAsyncRequest()
737 bool ServerInterface::GenericAsyncRequest::FinalizeResult(void** tag, in FinalizeResult()
/external/tensorflow/tensorflow/c/
Dc_api_internal.h51 class ServerInterface; variable
181 TF_Server(std::unique_ptr<tensorflow::ServerInterface> server);
184 std::unique_ptr<tensorflow::ServerInterface> server;
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_server_lib.h75 class GrpcServer : public ServerInterface {
86 std::unique_ptr<ServerInterface>* out_server);
92 std::unique_ptr<ServerInterface>* out_server);
Dgrpc_server_lib.cc525 std::unique_ptr<ServerInterface>* out_server) { in Create()
542 std::unique_ptr<ServerInterface>* out_server) { in Create()
549 std::unique_ptr<ServerInterface> server; in Create()
567 std::unique_ptr<ServerInterface>* out_server) override { in NewServer()
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/
Dserver_cc.cc117 ServerInterface::BaseAsyncRequest::BaseAsyncRequest( in BaseAsyncRequest()
118 ServerInterface* server, ServerContext* context, in BaseAsyncRequest()
138 ServerInterface::BaseAsyncRequest::~BaseAsyncRequest() { in ~BaseAsyncRequest()
142 bool ServerInterface::BaseAsyncRequest::FinalizeResult(void** tag, in FinalizeResult()
188 void ServerInterface::BaseAsyncRequest::
200 ServerInterface::RegisteredAsyncRequest::RegisteredAsyncRequest( in RegisteredAsyncRequest()
201 ServerInterface* server, ServerContext* context, in RegisteredAsyncRequest()
210 void ServerInterface::RegisteredAsyncRequest::IssueRequest( in IssueRequest()
222 ServerInterface::GenericAsyncRequest::GenericAsyncRequest( in GenericAsyncRequest()
223 ServerInterface* server, GenericServerContext* context, in GenericAsyncRequest()
[all …]
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h366 std::unique_ptr<ServerInterface> server, WorkerEnv* worker_env,
408 std::unique_ptr<ServerInterface> new_server, const DeviceMgr* device_mgr,
441 tensorflow::ServerInterface* GetServer() { return server_.get(); } in GetServer()
668 std::unique_ptr<ServerInterface> server, WorkerEnv* worker_env,
681 std::unique_ptr<ServerInterface> server_;

12