This project is mirrored from https://github.com/tensorflow/federated.
Pull mirroring failed .
Last successful update .
Last successful update .
- 04 Nov, 2020 1 commit
-
-
Galen Andrew authored
PiperOrigin-RevId: 340538528
-
- 29 Sep, 2020 1 commit
-
-
Zachary Garrett authored
This should be the last piece of migrating all code to the `tff.templates.MeasuredProcess` replacement. PiperOrigin-RevId: 334231096
-
- 04 Sep, 2020 2 commits
-
-
Zachary Garrett authored
Otherwise writers can potentially chose key lookup (e.g. OrderedDict) or attribute lookup (attr.s, namedtuple) objects that both adhere to the TFF type specification but must be handled different by library writers. PiperOrigin-RevId: 329962347
-
Galen Andrew authored
Rename potentially confusing arg 'expected_num_clients' to 'expected_clients_per_round' in build_dp_query. PiperOrigin-RevId: 329728583
-
- 18 Aug, 2020 1 commit
-
-
Galen Andrew authored
Bump `tensorflow-privacy` version from `0.4.0` to `0.5.0`. PiperOrigin-RevId: 327108682
-
- 29 Jul, 2020 1 commit
-
-
Taylor Cramer authored
The name AnonymousTuple has been deprecated and will soon be removed. PiperOrigin-RevId: 323646450
-
- 25 Jul, 2020 1 commit
-
-
Taylor Cramer authored
PiperOrigin-RevId: 323045971
-
- 18 Jul, 2020 1 commit
-
-
Taylor Cramer authored
Previously, NamedTupleTypeWithPyContainerType was often lost and turned into a NamedTupleType without the container. This resulted in users being given AnonymousTuples when a more specific container should have been returned. This change fixes a large number of sites where container types were lost, and adjusts usage sites as appropriate, including the removal of `from_tff_result` functions. This change also makes the `__eq__` function for `NamedTupleTypeWithPyContainerType` require equivalent container types, rather than just equivalent field structure. Call sites that wished to compare only field structure are adjusted to use `Type.{is, check}_equivalent_to`. PiperOrigin-RevId: 321883012
-
- 11 Jul, 2020 2 commits
-
-
Galen Andrew authored
PiperOrigin-RevId: 320693256
-
Sean Augenstein authored
PiperOrigin-RevId: 320624398
-
- 09 Jul, 2020 1 commit
-
-
Galen Andrew authored
PiperOrigin-RevId: 320269759
-
- 24 Jun, 2020 1 commit
-
-
Michael Reneer authored
PiperOrigin-RevId: 317897580
-
- 20 Jun, 2020 1 commit
-
-
Michael Reneer authored
PiperOrigin-RevId: 317344525
-
- 28 May, 2020 1 commit
-
-
Michael Reneer authored
PiperOrigin-RevId: 313413666
-
- 16 May, 2020 1 commit
-
-
Michael Reneer authored
TF_DATASET_REPRESENTATION_TYPES infer_type type_to_tf_dtypes_and_shapes type_to_tf_tensor_specs type_to_tf_structure type_from_tensors convert_to_py_container -> type_to_py_container to_non_all_equal -> type_to_non_all_equal Note: The "type" prefix is retained here to make the public API a little clearer. (e.g. tff.framework.type_to_tf_dtypes_and_shapes) PiperOrigin-RevId: 311838556
-
- 05 May, 2020 1 commit
-
-
Galen Andrew authored
PiperOrigin-RevId: 309828266
-
- 18 Mar, 2020 1 commit
-
-
Galen Andrew authored
PiperOrigin-RevId: 301517130
-
- 04 Mar, 2020 1 commit
-
-
Galen Andrew authored
PiperOrigin-RevId: 298725295
-
- 27 Feb, 2020 1 commit
-
-
Galen Andrew authored
PiperOrigin-RevId: 297384516
-
- 30 Jan, 2020 1 commit
-
-
Galen Andrew authored
Convert record to list if it cannot be converted to dict in default type_fns for build_dp_aggregate. PiperOrigin-RevId: 292202996
-
- 31 Dec, 2019 1 commit
-
-
Michael Reneer authored
PiperOrigin-RevId: 287599572
-
- 21 Dec, 2019 1 commit
-
-
Brendan McMahan authored
PiperOrigin-RevId: 286616288
-
- 06 Dec, 2019 1 commit
-
-
Michael Reneer authored
PiperOrigin-RevId: 284078542
-
- 28 Nov, 2019 1 commit
-
-
Galen Andrew authored
PiperOrigin-RevId: 282809747
-
- 21 Nov, 2019 1 commit
-
-
Zachary Charles authored
PiperOrigin-RevId: 281621220
-
- 16 Nov, 2019 2 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 280784907
-
Michael Reneer authored
PiperOrigin-RevId: 280767713
-
- 17 Oct, 2019 1 commit
-
-
Steve Chien authored
PiperOrigin-RevId: 275079302
-
- 16 Oct, 2019 1 commit
-
-
Steve Chien authored
PiperOrigin-RevId: 274674077
-
- 10 Oct, 2019 1 commit
-
-
Galen Andrew authored
Adds utility function to core/utils/differential_privacy for creating DPQuery with adaptive clipping and/or per-vector clipping. Also cleans up research/baselines/emnist/run_experiment. PiperOrigin-RevId: 273777778
-
- 20 Sep, 2019 1 commit
-
-
Peter Kairouz authored
PiperOrigin-RevId: 270161754
-