Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/distributed_runtime/
Dserver_lib.h42 class ServerInterface {
44 ServerInterface() {} in ServerInterface() function
45 virtual ~ServerInterface() {} in ~ServerInterface()
86 TF_DISALLOW_COPY_AND_ASSIGN(ServerInterface);
99 std::unique_ptr<ServerInterface>* out_server) = 0;
123 std::unique_ptr<ServerInterface>* out_server);
126 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/
Dserver_interface.h59 class ServerInterface : public internal::CallHook {
61 ~ServerInterface() override {} in ~ServerInterface()
164 BaseAsyncRequest(ServerInterface* server, grpc::ServerContext* context,
177 ServerInterface* const server_;
195 RegisteredAsyncRequest(ServerInterface* server,
225 ServerInterface* server, grpc::ServerContext* context, in NoPayloadAsyncRequest()
243 ServerInterface* server, grpc::ServerContext* context, in PayloadAsyncRequest()
299 GenericAsyncRequest(ServerInterface* server, GenericServerContext* context,
/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/
Dserver_interface.h60 class ServerInterface : public internal::CallHook {
62 ~ServerInterface() override {} in ~ServerInterface()
165 BaseAsyncRequest(ServerInterface* server, grpc::ServerContext* context,
178 ServerInterface* const server_;
196 RegisteredAsyncRequest(ServerInterface* server,
226 ServerInterface* server, grpc::ServerContext* context, in NoPayloadAsyncRequest()
244 ServerInterface* server, grpc::ServerContext* context, in PayloadAsyncRequest()
300 GenericAsyncRequest(ServerInterface* server, GenericServerContext* context,
/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/
Dserver_interface.h60 class ServerInterface : public internal::CallHook {
62 ~ServerInterface() override {} in ~ServerInterface()
165 BaseAsyncRequest(ServerInterface* server, grpc::ServerContext* context,
178 ServerInterface* const server_;
196 RegisteredAsyncRequest(ServerInterface* server,
226 ServerInterface* server, grpc::ServerContext* context, in NoPayloadAsyncRequest()
244 ServerInterface* server, grpc::ServerContext* context, in PayloadAsyncRequest()
300 GenericAsyncRequest(ServerInterface* server, GenericServerContext* context,
Dcompletion_queue.h88 class ServerInterface; variable
289 friend class grpc::ServerInterface;
/external/grpc-grpc/src/core/lib/surface/
Dserver_interface.h32 class ServerInterface {
34 virtual ~ServerInterface() = default;
Dcall.h61 grpc_core::ServerInterface* server;
162 RefCountedPtr<CallSpineInterface> MakeServerCall(ServerInterface* server,
/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/impl/
Dservice_type.h33 class ServerInterface; variable
50 friend class grpc::ServerInterface;
228 friend class ServerInterface; variable
229 ServerInterface* server_;
/external/grpc-grpc/include/grpcpp/impl/
Dservice_type.h33 class ServerInterface; variable
50 friend class grpc::ServerInterface;
228 friend class ServerInterface; variable
229 ServerInterface* server_;
/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/
Dservice_type.h33 class ServerInterface; variable
50 friend class grpc::ServerInterface;
228 friend class ServerInterface; variable
229 ServerInterface* server_;
/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/grpc-grpc/src/cpp/server/
Dserver_cc.cc141 ServerInterface::BaseAsyncRequest::BaseAsyncRequest( in BaseAsyncRequest()
142 ServerInterface* server, ServerContext* context, in BaseAsyncRequest()
164 ServerInterface::BaseAsyncRequest::~BaseAsyncRequest() { in ~BaseAsyncRequest()
168 bool ServerInterface::BaseAsyncRequest::FinalizeResult(void** tag, in FinalizeResult()
215 void ServerInterface::BaseAsyncRequest::
227 ServerInterface::RegisteredAsyncRequest::RegisteredAsyncRequest( in RegisteredAsyncRequest()
228 ServerInterface* server, ServerContext* context, in RegisteredAsyncRequest()
237 void ServerInterface::RegisteredAsyncRequest::IssueRequest( in IssueRequest()
249 ServerInterface::GenericAsyncRequest::GenericAsyncRequest( in GenericAsyncRequest()
250 ServerInterface* server, GenericServerContext* context, in GenericAsyncRequest()
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/server/
Dserver_cc.cc139 ServerInterface::BaseAsyncRequest::BaseAsyncRequest( in BaseAsyncRequest()
140 ServerInterface* server, ServerContext* context, in BaseAsyncRequest()
162 ServerInterface::BaseAsyncRequest::~BaseAsyncRequest() { in ~BaseAsyncRequest()
166 bool ServerInterface::BaseAsyncRequest::FinalizeResult(void** tag, in FinalizeResult()
213 void ServerInterface::BaseAsyncRequest::
225 ServerInterface::RegisteredAsyncRequest::RegisteredAsyncRequest( in RegisteredAsyncRequest()
226 ServerInterface* server, ServerContext* context, in RegisteredAsyncRequest()
235 void ServerInterface::RegisteredAsyncRequest::IssueRequest( in IssueRequest()
247 ServerInterface::GenericAsyncRequest::GenericAsyncRequest( in GenericAsyncRequest()
248 ServerInterface* server, GenericServerContext* context, in GenericAsyncRequest()
[all …]
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_server_lib.h75 class GrpcServer : public ServerInterface {
89 std::unique_ptr<ServerInterface>* out_server);
95 std::unique_ptr<ServerInterface>* out_server);
Dgrpc_server_lib.cc572 std::unique_ptr<ServerInterface>* out_server) { in Create()
589 std::unique_ptr<ServerInterface>* out_server) { in Create()
596 std::unique_ptr<ServerInterface> server; in Create()
614 std::unique_ptr<ServerInterface>* out_server) override { in NewServer()
/external/grpc-grpc/include/grpcpp/support/
Dbyte_buffer.h34 class ServerInterface; variable
36 class ServerInterface; variable
163 friend class ServerInterface; variable
/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/support/
Dbyte_buffer.h34 class ServerInterface; variable
36 class ServerInterface; variable
163 friend class ServerInterface; variable
/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/support/
Dbyte_buffer.h34 class ServerInterface; variable
36 class ServerInterface; variable
163 friend class ServerInterface; variable
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h418 std::unique_ptr<ServerInterface> server, WorkerEnv* worker_env,
460 std::unique_ptr<ServerInterface> new_server, DeviceMgr* device_mgr,
493 tensorflow::ServerInterface* GetServer() { return server_.get(); } in GetServer()
772 std::unique_ptr<ServerInterface> server, WorkerEnv* worker_env,
785 std::unique_ptr<ServerInterface> server_;
Dcontext_distributed_manager.cc133 Status ListRemoteWorkers(ServerInterface* server, const string& local_worker, in ListRemoteWorkers()
420 std::unique_ptr<ServerInterface> new_server; in UpdateContextWithServerDef()
421 ServerInterface* server; in UpdateContextWithServerDef()
695 ServerInterface* server = context_->GetServer(); in EnableCollectiveOps()
697 std::unique_ptr<ServerInterface> new_server; in EnableCollectiveOps()
/external/grpc-grpc/include/grpcpp/generic/
Dasync_generic_service.h44 friend class ServerInterface;
/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/generic/
Dasync_generic_service.h45 friend class ServerInterface;
/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/generic/
Dasync_generic_service.h45 friend class ServerInterface;

12