Home
last modified time | relevance | path

Searched refs:agg_function (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.cc850 FunctionAggregator(DataType dtype, TensorShape shape, Func agg_function) in FunctionAggregator() argument
851 : AggVectorAggregator<int>(dtype, shape), agg_function_(agg_function) {} in FunctionAggregator()
866 explicit FunctionAggregatorFactory(FunctionAggregator::Func agg_function) in FunctionAggregatorFactory() argument
867 : agg_function_(agg_function) {} in FunctionAggregatorFactory()