There was an error while loading. Please reload this page.
1 parent 26a36c3 commit 412b35fCopy full SHA for 412b35f
paddle/phi/kernels/funcs/fake_quantize_functor.h
@@ -91,6 +91,7 @@ class ClipAndFakeQuantFunctor {
91
92
template <typename Context, typename T>
93
class FindMovingAverageAbsMaxFunctor {
94
+ public:
95
void operator()(const Context &ctx,
96
const DenseTensor &in_accum,
97
const DenseTensor &in_state,
0 commit comments