TensorFlow Federated 0.47.0
Pre-release
Pre-release
Release 0.47.0
Major Features and Improvements
- Added a
LayoutMapmessage in the computation proto for TensorFlow
DTensorbased execution.
Breaking Changes
- Removed the
compiler_fnparameter from the high level
*_mergeable_execution_contextfunctions.
Bug Fixes
- Aligned the context types allowed by the
tff.program.NativeFederatedContextand the
tff.program.PrefetchingDataSource. - Updated
build_functional_model_delta_updateto useReduceDatasetops to
rely on MLIR Bridge for XLA compilation and TPU usage.