HomeSort by relevance Sort by last modified time
    Searched refs:ServerInterface (Results 1 - 25 of 28) sorted by null

1 2

  /external/tensorflow/tensorflow/core/distributed_runtime/
server_lib.h 36 class ServerInterface {
38 ServerInterface() {}
39 virtual ~ServerInterface() {}
61 TF_DISALLOW_COPY_AND_ASSIGN(ServerInterface);
70 std::unique_ptr<ServerInterface>* out_server) = 0;
94 std::unique_ptr<ServerInterface>* out_server);
server_lib_test.cc 30 std::unique_ptr<ServerInterface>* out_server) override {
39 std::unique_ptr<ServerInterface> server;
46 std::unique_ptr<ServerInterface> server;
server_lib.cc 73 std::unique_ptr<ServerInterface>* out_server) {
rpcbench_test.cc 86 std::unique_ptr<ServerInterface> svr;
  /external/grpc-grpc/include/grpcpp/impl/codegen/
server_interface.h 48 class ServerInterface : public internal::CallHook {
50 virtual ~ServerInterface() {}
149 BaseAsyncRequest(ServerInterface* server, ServerContext* context,
158 ServerInterface* const server_;
169 RegisteredAsyncRequest(ServerInterface* server, ServerContext* context,
182 NoPayloadAsyncRequest(void* registered_method, ServerInterface* server,
197 PayloadAsyncRequest(void* registered_method, ServerInterface* server,
243 ServerInterface* const server_;
255 GenericAsyncRequest(ServerInterface* server, GenericServerContext* context,
async_generic_service.h 42 friend class ServerInterface;
service_type.h 33 class ServerInterface;
52 friend class ::grpc::ServerInterface;
184 friend class ServerInterface;
185 ServerInterface* server_;
byte_buffer.h 34 class ServerInterface;
36 class ServerInterface;
139 friend class ServerInterface;
server_context.h 75 class ServerInterface;
244 friend class ::grpc::ServerInterface;
completion_queue.h 68 class ServerInterface;
273 friend class ::grpc::ServerInterface;
  /external/tensorflow/tensorflow/contrib/gdr/
gdr_server_lib.h 30 std::unique_ptr<ServerInterface>* out_server);
gdr_server_lib.cc 117 std::unique_ptr<ServerInterface>* out_server) {
134 std::unique_ptr<ServerInterface>* out_server) override {
  /external/tensorflow/tensorflow/contrib/mpi/
mpi_server_lib.h 34 std::unique_ptr<ServerInterface>* out_server);
40 // Implementations of ServerInterface methods.
mpi_server_lib.cc 76 std::unique_ptr<ServerInterface>* out_server) {
93 std::unique_ptr<ServerInterface>* out_server) override {
  /external/tensorflow/tensorflow/contrib/verbs/
verbs_server_lib.h 33 std::unique_ptr<ServerInterface>* out_server);
39 // Implementations of ServerInterface methods.
verbs_server_lib.cc 134 std::unique_ptr<ServerInterface>* out_server) {
154 std::unique_ptr<ServerInterface>* out_server) override {
  /external/tensorflow/tensorflow/c/
c_api_internal.h 47 class ServerInterface;
188 TF_Server(std::unique_ptr<tensorflow::ServerInterface> server);
191 std::unique_ptr<tensorflow::ServerInterface> server;
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_server_lib.h 72 class GrpcServer : public ServerInterface {
81 std::unique_ptr<ServerInterface>* out_server);
89 // Implementations of ServerInterface methods.
grpc_testlib_server.cc 108 std::unique_ptr<tensorflow::ServerInterface> svr;
grpc_tensorflow_server.cc 123 std::unique_ptr<tensorflow::ServerInterface> server;
grpc_server_lib.cc 428 std::unique_ptr<ServerInterface>* out_server) {
468 std::unique_ptr<ServerInterface>* out_server) override {
  /external/tensorflow/tensorflow/core/common_runtime/eager/
context.h 211 // - server: A ServerInterface that exports the tensorflow.WorkerService.
219 std::unique_ptr<ServerInterface> server,
231 std::unique_ptr<ServerInterface> server, DeviceMgr* device_mgr,
322 std::unique_ptr<ServerInterface> server_;
context.cc 430 std::unique_ptr<ServerInterface> server, DeviceMgr* device_mgr,
460 std::unique_ptr<ServerInterface> server,
  /external/grpc-grpc/src/cpp/server/
server_cc.cc 670 ServerInterface::BaseAsyncRequest::BaseAsyncRequest(
671 ServerInterface* server, ServerContext* context,
684 ServerInterface::BaseAsyncRequest::~BaseAsyncRequest() {
688 bool ServerInterface::BaseAsyncRequest::FinalizeResult(void** tag,
706 ServerInterface::RegisteredAsyncRequest::RegisteredAsyncRequest(
707 ServerInterface* server, ServerContext* context,
712 void ServerInterface::RegisteredAsyncRequest::IssueRequest(
722 ServerInterface::GenericAsyncRequest::GenericAsyncRequest(
723 ServerInterface* server, GenericServerContext* context,
737 bool ServerInterface::GenericAsyncRequest::FinalizeResult(void** tag
    [all...]
  /external/grpc-grpc/include/grpcpp/
server.h 52 class Server : public ServerInterface, private GrpcLibraryCodegen {

Completed in 168 milliseconds

1 2