/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | server_lib.h | 42 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);
|
D | server_lib_test.cc | 30 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()
|
D | server_lib.cc | 73 std::unique_ptr<ServerInterface>* out_server) { in NewServer() 83 std::unique_ptr<ServerInterface>* out_server) { in NewServerWithOptions()
|
/external/grpc-grpc/include/grpcpp/ |
D | server_interface.h | 59 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/ |
D | server_interface.h | 60 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/ |
D | server_interface.h | 60 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,
|
D | completion_queue.h | 88 class ServerInterface; variable 289 friend class grpc::ServerInterface;
|
/external/grpc-grpc/src/core/lib/surface/ |
D | server_interface.h | 32 class ServerInterface { 34 virtual ~ServerInterface() = default;
|
D | call.h | 61 grpc_core::ServerInterface* server; 162 RefCountedPtr<CallSpineInterface> MakeServerCall(ServerInterface* server,
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/impl/ |
D | service_type.h | 33 class ServerInterface; variable 50 friend class grpc::ServerInterface; 228 friend class ServerInterface; variable 229 ServerInterface* server_;
|
/external/grpc-grpc/include/grpcpp/impl/ |
D | service_type.h | 33 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/ |
D | service_type.h | 33 class ServerInterface; variable 50 friend class grpc::ServerInterface; 228 friend class ServerInterface; variable 229 ServerInterface* server_;
|
/external/tensorflow/tensorflow/c/ |
D | c_api_internal.h | 51 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/ |
D | server_cc.cc | 141 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/ |
D | server_cc.cc | 139 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/ |
D | grpc_server_lib.h | 75 class GrpcServer : public ServerInterface { 89 std::unique_ptr<ServerInterface>* out_server); 95 std::unique_ptr<ServerInterface>* out_server);
|
D | grpc_server_lib.cc | 572 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/ |
D | byte_buffer.h | 34 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/ |
D | byte_buffer.h | 34 class ServerInterface; variable 36 class ServerInterface; variable 163 friend class ServerInterface; variable
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/support/ |
D | byte_buffer.h | 34 class ServerInterface; variable 36 class ServerInterface; variable 163 friend class ServerInterface; variable
|
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | context.h | 418 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_;
|
D | context_distributed_manager.cc | 133 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/ |
D | async_generic_service.h | 44 friend class ServerInterface;
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/generic/ |
D | async_generic_service.h | 45 friend class ServerInterface;
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/generic/ |
D | async_generic_service.h | 45 friend class ServerInterface;
|