Skip to content
  • Taylor Cramer's avatar
    Add intrinsic federated_eval · f3694f0a
    Taylor Cramer authored
    This intrinsic is similar to federated_value, but accepts a no-argument lambda
    rather than an unplaced value. This will clarify the behavior of the intrinsic
    (eval on all clients separately rather than eval and then broadcast), and
    unblocks the effort to ban unplaced values.
    
    PiperOrigin-RevId: 293898477
    f3694f0a