aboutsummaryrefslogtreecommitdiff
path: root/fcp/demo
AgeCommit message (Expand)Author
2024-02-28Automated code cleanupFederated Compute Team
2024-02-14Remove the deprecated `type_signature` parameter from the `tff.program.Releas...Michael Reneer
2024-02-07Enable the TFLite-based code path by default.Timon Van Overveldt
2024-02-06Load Python deps using pip_parse, not the system Python installation.Brett McLarnon
2024-02-05Use newer version of com_google_googleapis that provides operations_py_proto.Brett McLarnon
2024-01-29Completely remove TF-dependency from aggregation config proto.Rakshita Tandon
2024-01-19Update call sites invoking `to_type` using a `tf.dtypes.DType` in the `fcp` p...Michael Reneer
2024-01-17Update from TFF 0.67 to 0.68.Emily Glanz
2024-01-16Update FCP to TFF 0.67 and TF 2.14.0.Emily Glanz
2024-01-12Update call sites calling `tff.TensorType` using a `tf.dtypes.DType` in the `...Michael Reneer
2023-12-19Remove the implementation of `Value.__add__`.Michael Reneer
2023-12-14Replace usage of `tff.types.at_clients` with `tff.FederatedType`.Michael Reneer
2023-11-16Remove forgive_tflite_conversion_failure flag.Chunxiang (Jake) Zheng
2023-11-09Use PollServerMessage for polling any pending messages for the SimpleAggregat...Federated Compute Team
2023-10-19Update to TF 2.13 and TFF 0.63.Timon Van Overveldt
2023-10-17Automated rollbackArtem Lagzdin
2023-10-17Remove AggregationProtocol::OnComplete callback and instead rely on polling G...Federated Compute Team
2023-10-17Remove OnAcceptClients, OnSendServerMessage and OnAbort methods from Aggregat...Federated Compute Team
2023-10-13Automated rollbackArtem Lagzdin
2023-10-13Remove `name` and `minimum_number_of_participants` fields from the `ClientPha...Artem Lagzdin
2023-10-05Remove terminology from `tff.program` API specific to the learning domain.Michael Reneer
2023-10-04Remove the `tff.program.Capabilities` enum from the iterator.Michael Reneer
2023-09-11Remove toolkit support for combo MRF/DAF path.Katharine Daly
2023-09-06Use only DistributeAggregateForm in demo server.Katharine Daly
2023-07-10Update the type annotation for the `dtype` parameter to `tff.TensorType`.Michael Reneer
2023-07-07Add integration test for multiple task assignment.Brett McLarnon
2023-06-27Fix/annotate pytype errors in FCP.Michael Reneer
2023-05-15Add EligibilityPolicyEvalSpec protos to PopulationEligibilitySpec messageStefan Dierauf
2023-05-12Move PopulationEligibilitySpec from the eligibility eval protocol proto to it...Stefan Dierauf
2023-04-18Add demo server support for Federated Select.Brett McLarnon
2023-04-18Make ServerAggregationConfig protos nestable.Katharine Daly
2023-03-30Update to TensorFlow 2.12.0 and TFF 0.53.Brett McLarnon
2023-03-24Automated code cleanupPeter Hawkins
2023-03-23Automated code cleanupMichael Reneer
2023-03-23Update `tff.program.FederatedDataSourceIterator` to inherit from `tff.Seriali...Michael Reneer
2023-03-22Create ServerPhaseV2 pre-broadcast and post-aggregation one-sess.run logic.Katharine Daly
2023-03-22Automated code cleanupFiona Lang
2023-03-15Demo server support for TaskAssignmentMode and PopulationEligibilitySpec.Brett McLarnon
2023-02-17Automated code cleanupRebecca Chen
2023-02-15Create ServerPhaseV2 aggregation logic from DistributeAggregateForm.Katharine Daly
2023-02-14Add distribute_aggregate_form property to federated_computation.py.Katharine Daly
2023-02-14Update TFF to 0.49.0.Brett McLarnon
2023-02-08Update `parse_args` in FCP demo context to accept attrs and mappings/iterables.Emily Glanz
2023-02-08Automated code cleanupMichael Reneer
2023-02-07Modify server-side aggregation intrinsic arg representation.Katharine Daly
2023-01-26Demo platform implementation of PerformMultipleTaskAssignments.Brett McLarnon
2023-01-26Add a few more comments to the demo implementation.Brett McLarnon
2023-01-12Separate the ServerAggregationConfig messages in plan proto and aggregation s...Katharine Daly
2023-01-10Update to TensorFlow 2.11.0 and TFF 0.44.0Brett McLarnon
2023-01-10Fix the type annotation for the base_context passed to FederatedContext.Brett McLarnon