Searched defs:LocalService (Results 1 – 2 of 2) sorted by relevance
33 struct LocalService { struct34 std::unique_ptr<Service> service;35 ReadHandler read_handler;36 WriteHandler write_handler;37 ClientConfigCallback ccc_callback;38 std::vector<Update> updates;
67 LocalService::LocalService(const ServiceOptions& options, in LocalService() function in xla::LocalService