HomeSort by relevance Sort by last modified time
    Searched defs:ServerInterface (Results 1 - 2 of 2) sorted by null

  /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);
  /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,

Completed in 310 milliseconds