Expand description
Federated Learning kernels.
This module provides privacy-preserving distributed learning algorithms:
- SecureAggregation - Privacy-preserving model aggregation
Structs§
- Aggregation
Result - Result of secure aggregation.
- Participant
Update - A participant’s model update (gradient or weights).
- Privacy
Guarantee - Privacy guarantee provided.
- Secure
AggConfig - Configuration for secure aggregation.
- Secure
Aggregation - Secure Aggregation kernel.