forked from 626_privacy/tensorflow_privacy
1d1a6e087a
1. Split DPQuery.accumulate_record function into preprocess_record and accumulate_preprocessed_record. 2. Add merge_sample_state function. 3. Add default implementations for some functions in DPQuery, and add base class SumAggregationDPQuery that implements some more. Only get_noised_result is still abstract. 4. Enforce that all states and parameters used as inputs and outputs to DPQuery functions are nested structures of tensors by replacing numbers with constants and Nones with empty tuples. PiperOrigin-RevId: 247975791 |
||
---|---|---|
.. | ||
analysis | ||
dp_query | ||
optimizers | ||
__init__.py | ||
BUILD |