Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/tensorflow/federated. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Oct 23, 2020
  2. Oct 22, 2020
  3. Oct 21, 2020
  4. Oct 20, 2020
  5. Oct 18, 2020
  6. Oct 17, 2020
  7. Oct 16, 2020
  8. Oct 15, 2020
    • Taylor Cramer's avatar
      Add BroadcastForm to represent new task type · 9295c6a3
      Taylor Cramer authored
      This is a sibling
      to CanonicalForm which is intended to represent a
      new task type which involves only server work +
      broadcast + client work with no final aggregation.
      
      My hope is to reuse much of the existing CanonicalForm
      compilation infrastructure for compiling to this form
      (that is, sharing much of canonical_form_utils.py
      between both forms). An alternative approach would be
      to slightly extend and re-use CanonicalForm by adding
      a client output and checking to ensure that the arguments
      to the aggregation functions are empty structures. I'm
      not strongly opposed to that formulation, but have
      developed a weak preference for this approach in order
      to reduce overloading and layering of complexity on top
      of the existing system. My hope is that the approach taken
      in this CL will encourage work towards easier
      development of varied computation "shape" definitions.
      
      PiperOrigin-RevId: 337184931
      9295c6a3
  9. Oct 14, 2020
  10. Oct 13, 2020
  11. Oct 12, 2020
  12. Oct 10, 2020
Loading