Home
last modified time | relevance | path

Searched refs:FunctionAggregator (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/aggregation/protocol/simple_aggregation/
H A Dsimple_aggregation_protocol_test.cc846 class FunctionAggregator final : public AggVectorAggregator<int> { class
850 FunctionAggregator(DataType dtype, TensorShape shape, Func agg_function) in FunctionAggregator() function in fcp::aggregation::__anonce4786190111::FunctionAggregator
866 explicit FunctionAggregatorFactory(FunctionAggregator::Func agg_function) in FunctionAggregatorFactory()
875 return std::make_unique<FunctionAggregator>(dtype, shape, agg_function_); in Create()
878 const FunctionAggregator::Func agg_function_;