Home
last modified time | relevance | path

Searched defs:accumulator_func (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/secagg/server/
H A Dsecagg_scheduler.h68 std::function<std::unique_ptr<T>(const T&, const T&)> accumulator_func, in Accumulator()
325 std::function<std::unique_ptr<T>(const T&, const T&)> accumulator_func) { in CreateAccumulator()
H A Dsecagg_scheduler_test.cc208 auto accumulator_func = [&](const Integer& l, const Integer& r) { in TEST() local