aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
24 hoursDeprecate ConfigureAndAttestResponse.attestation_evidence.upstream-mainBrett McLarnon
25 hoursUpdate FCP demo to use the new location of the aggregation code.Michael Reneer
3 daysAdd string matcher to access policy proto.Nova Fallen
5 daysClean up enable_example_query_plan_engineArtem Lagzdin
8 daysUpdate FCP to use the new location of the aggregation code.Michael Reneer
8 daysExtend confidential-compute Ledger API with LedgerRequest and LedgerResponse ...Stanislav Chiknavaryan
12 daysSwitch to a RBE instance in the default location (us-central1).Brett McLarnon
2024-04-24Remove TF graphdef from the plan after TFLite FlatBuffer is created for the p...Chunxiang (Jake) Zheng
2024-04-24Add a utility for extracting serialized attestation records from a log stream.Timon Van Overveldt
2024-04-24Internal changeZoe Gong
2024-04-23Fix some code comment formatting.Zachary Garrett
2024-04-23Change the DPGroupByAggregator to ensure DP for a replacement of one user's d...Federated Compute Team
2024-04-22Make Serialize/Deserialize functions pure virtual.Katharine Daly
2024-04-22Add bazel config for enabling remote build execution.Brett McLarnon
2024-04-22Implement Serialize/Deserialize methods for GroupBy and DpGroupBy aggregators.Katharine Daly
2024-04-22Prevent misbehavior when an intrinsic with input type float and output type f...Federated Compute Team
2024-04-22DictionaryLookup: Replace const tstring& with string_viewFederated Compute Team
2024-04-22Dictionary: Replace const string& with string_viewFederated Compute Team
2024-04-20Automated rollbackSean Augenstein
2024-04-19Add FromProto support for tensors with no data.Katharine Daly
2024-04-19Modify CheckpointAggregator::Create to take a vector of intrinsics by pointer.Zoe Gong
2024-04-19Remove TF graphdef from the plan after TFLite FlatBuffer is created for the p...Chunxiang (Jake) Zheng
2024-04-19Add empty min_tcb_version to indicate skipping.Federated Compute Team
2024-04-19Remove undefined static method from CheckpointAggregator.Nova Fallen
2024-04-18Compute eligibility when population uses exclusively native-only eligibility ...Stefan Dierauf
2024-04-18Move intrinsic.h to its own target and give it public visibility.Zoe Gong
2024-04-17Introduce CastToScalar method that does casting (and also roundingKatharine Daly
2024-04-17Adjust config_converter logic to handle fedsql_dp_group_by.Katharine Daly
2024-04-17Introduced the noise and threshold algorithm to dp_group_by_aggregator.cc. Co...Federated Compute Team
2024-04-17Fix link in `fcp/client/attestation/README.md`.Timon Van Overveldt
2024-04-17Add some initial documentation about attestation of server-side TEE-hosted ap...Timon Van Overveldt
2024-04-17Add Create method for CheckpointAggregator that takes a vector of Intrinsics ...Zoe Gong
2024-04-16Make tensor proto publicFederated Compute Team
2024-04-16Add links to ledger blob encryption documentation.Brett McLarnon
2024-04-15Implement Serialize/Deserialize for GroupingFederatedSum and DPGroupingFedera...Maya Spivak
2024-04-11Remove the `GrpcFederatedProtocol` implementation.Timon Van Overveldt
2024-04-11Rename the collection name field in SingleExampleIteratorQuery to collection ...Chunxiang (Jake) Zheng
2024-04-10Update the GroupByAggregator and DPGroupByAggregator code to *not* perform L0...Federated Compute Team
2024-04-09Remove use_thread_safe_tflite_wrapper flag. always invoke TFLite in a thread-...Chunxiang (Jake) Zheng
2024-04-09Update to use `isinstance` instead of `check_foo` to test TFF building blocks...Michael Reneer
2024-04-09Implement serialization and deserialization for the FederatedMean aggregator.Maya Spivak
2024-04-08Add serialization and deserialization methods to TensorAggregator and TensorA...Maya Spivak
2024-04-08Delete check_eligibility_population_spec_before_checkin flag and task_assignm...Chunxiang (Jake) Zheng
2024-04-08Avoid invoking the `tstring tstring(const tstring&)` copy constructor before ...Timon Van Overveldt
2024-04-08Delete enable_task_completion_callback flag.Chunxiang (Jake) Zheng
2024-04-08Add thread safety documentation to MessageDecryptor and MessageEncryptor and ...Nova Fallen
2024-04-04Add output_blob_id field to SqlQuery configuration.Zoe Gong
2024-04-03Make MutableStringData store strings_ in a data structure that gives us point...Zoe Gong
2024-04-03Add compression information to fcp.confidentialcompute.Record.Brett McLarnon
2024-04-03Automated code cleanupFederated Compute Team