Skip to content

Commit

Permalink
remove reduce_max kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
MingMingShangTian committed Mar 7, 2022
1 parent a8d588b commit cbaa7c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion paddle/fluid/operators/reduce_ops/reduce_max_op.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include "paddle/phi/core/infermeta_utils.h"
#include "paddle/phi/infermeta/unary.h"

// REGISTER_REDUCE_OP(reduce_max);
namespace ops = paddle::operators;

class ReduceMaxOpMaker : public ops::ReduceOpMaker {
Expand Down

0 comments on commit cbaa7c3

Please sign in to comment.