29 assert(node->arity() == 1);
35 params.
padding = node->padding();
36 params.filter_height = node->filter()->h();
37 params.filter_width = node->filter()->w();
38 params.stride_height = node->stride()->h();
39 params.stride_width = node->stride()->w();
40 params.activation = node->fusedActivationFunction();
61 return std::make_unique<kernels::AveragePool2D>(input, output,
tmp, params);