Skip to content

Commit 412b35f

Browse files
committed
fix bug
1 parent 26a36c3 commit 412b35f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

paddle/phi/kernels/funcs/fake_quantize_functor.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ class ClipAndFakeQuantFunctor {
9191

9292
template <typename Context, typename T>
9393
class FindMovingAverageAbsMaxFunctor {
94+
public:
9495
void operator()(const Context &ctx,
9596
const DenseTensor &in_accum,
9697
const DenseTensor &in_state,

0 commit comments

Comments
 (0)