/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | server_lib.h | 38 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);
|
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/impl/codegen/ |
D | server_interface.h | 48 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,
|
D | service_type.h | 33 class ServerInterface; variable 52 friend class ::grpc::ServerInterface; 184 friend class ServerInterface; variable 185 ServerInterface* server_;
|
D | byte_buffer.h | 34 class ServerInterface; variable 36 class ServerInterface; variable 139 friend class ServerInterface; variable
|
D | async_generic_service.h | 42 friend class ServerInterface; variable
|
D | server_context.h | 75 class ServerInterface; variable 244 friend class ::grpc::ServerInterface;
|
D | completion_queue.h | 68 class ServerInterface; variable 273 friend class ::grpc::ServerInterface;
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/ |
D | server_interface.h | 65 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,
|
D | service_type.h | 33 class ServerInterface; variable 50 friend class ::grpc::ServerInterface; 268 friend class ServerInterface; variable 269 ServerInterface* server_;
|
D | byte_buffer.h | 34 class ServerInterface; variable 36 class ServerInterface; variable 161 friend class ServerInterface; variable
|
D | async_generic_service.h | 45 friend class ServerInterface;
|
D | completion_queue.h | 85 class ServerInterface; variable 287 friend class ::grpc::ServerInterface;
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/ |
D | server_interface.h | 65 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,
|
D | service_type.h | 33 class ServerInterface; variable 50 friend class ::grpc::ServerInterface; 268 friend class ServerInterface; variable 269 ServerInterface* server_;
|
D | byte_buffer.h | 34 class ServerInterface; variable 36 class ServerInterface; variable 161 friend class ServerInterface; variable
|
D | async_generic_service.h | 45 friend class ServerInterface;
|
D | completion_queue.h | 85 class ServerInterface; variable 287 friend class ::grpc::ServerInterface;
|
/external/grpc-grpc/src/cpp/server/ |
D | server_cc.cc | 670 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/ |
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/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_server_lib.h | 75 class GrpcServer : public ServerInterface { 86 std::unique_ptr<ServerInterface>* out_server); 92 std::unique_ptr<ServerInterface>* out_server);
|
D | grpc_server_lib.cc | 525 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/ |
D | server_cc.cc | 117 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/ |
D | context.h | 366 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_;
|