tree: f9cbe926432582475668012ff679149d2c26902d [path history] [tgz]
  1. dbus/
  2. init/
  3. mojom/
  4. seccomp/
  5. BUILD.gn
  6. daemon.cc
  7. daemon.h
  8. federated_service_impl.cc
  9. federated_service_impl.h
  10. federated_service_impl_test.cc
  11. main.cc
  12. mock_storage_manager.h
  13. OWNERS
  14. README.md
  15. storage_manager.h
  16. storage_manager_impl.cc
  17. storage_manager_impl.h
  18. test_utils.cc
  19. test_utils.h
  20. testrunner.cc
  21. utils.cc
  22. utils.h
  23. utils_test.cc
federated/README.md

Chrome OS Federated Computation Service

Warning: This document is old & has moved. Please update any links:
https://chromium.googlesource.com/chromiumos/platform2/+/HEAD/federated/README.md

Summary

The federated computation service provides a common runtime for federated analytics (F.A.) and federated learning (F.L.). The service wraps the federated computation client which communicates with the federated computation server, receives and manages examples from its clients (usually in Chromium) and schedules the learning/analytics plan. See go/cros-federated-design for a design overview.