Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/distributed_runtime/
Dserver_lib.h36 class ServerInterface {
38 ServerInterface() {} in ServerInterface() function
39 virtual ~ServerInterface() {} in ~ServerInterface()
61 TF_DISALLOW_COPY_AND_ASSIGN(ServerInterface);
70 std::unique_ptr<ServerInterface>* out_server) = 0;
94 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()
Drpcbench_test.cc86 std::unique_ptr<ServerInterface> svr; in MakeGRPCCluster()
/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
Dserver_context.h75 class ServerInterface; variable
244 friend class ::grpc::ServerInterface;
Dasync_generic_service.h42 friend class ServerInterface; variable
Dcompletion_queue.h68 class ServerInterface; variable
273 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.h47 class ServerInterface; variable
188 TF_Server(std::unique_ptr<tensorflow::ServerInterface> server);
191 std::unique_ptr<tensorflow::ServerInterface> server;
/external/tensorflow/tensorflow/contrib/mpi/
Dmpi_server_lib.cc76 std::unique_ptr<ServerInterface>* out_server) { in Create()
93 std::unique_ptr<ServerInterface>* out_server) override { in NewServer()
Dmpi_server_lib.h34 std::unique_ptr<ServerInterface>* out_server);
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_server_lib.h72 class GrpcServer : public ServerInterface {
81 std::unique_ptr<ServerInterface>* out_server);
Dgrpc_testlib_server.cc108 std::unique_ptr<tensorflow::ServerInterface> svr; in main()
Dgrpc_tensorflow_server.cc123 std::unique_ptr<tensorflow::ServerInterface> server; in main()
Dgrpc_server_lib.cc428 std::unique_ptr<ServerInterface>* out_server) { in Create()
468 std::unique_ptr<ServerInterface>* out_server) override { in NewServer()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h219 std::unique_ptr<ServerInterface> server,
231 std::unique_ptr<ServerInterface> server, DeviceMgr* device_mgr,
322 std::unique_ptr<ServerInterface> server_;
Dcontext.cc430 std::unique_ptr<ServerInterface> server, DeviceMgr* device_mgr, in StoreCollectiveOpsServer()
460 std::unique_ptr<ServerInterface> server, in InitializeRemote()
/external/tensorflow/tensorflow/contrib/gdr/
Dgdr_server_lib.cc117 std::unique_ptr<ServerInterface>* out_server) { in Create()
134 std::unique_ptr<ServerInterface>* out_server) override { in NewServer()
Dgdr_server_lib.h30 std::unique_ptr<ServerInterface>* out_server);
/external/tensorflow/tensorflow/contrib/verbs/
Dverbs_server_lib.cc134 std::unique_ptr<ServerInterface>* out_server) { in Create()
154 std::unique_ptr<ServerInterface>* out_server) override { in NewServer()
Dverbs_server_lib.h33 std::unique_ptr<ServerInterface>* out_server);
/external/grpc-grpc/include/grpcpp/
Dserver.h52 class Server : public ServerInterface, private GrpcLibraryCodegen {

12