Skip to content

Commit

Permalink
[luci] Add RELU in RemoveUnnecessaryReshapeNetPass (#13502)
Browse files Browse the repository at this point in the history
This commit adds RELU op in RemoveUnnecessaryReshapeNetPass.

ONE-DCO-1.0-Signed-off-by: seongwoo <[email protected]>
  • Loading branch information
mhs4670go authored Jul 26, 2024
1 parent 7d7f480 commit f47e2c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/luci/pass/src/RemoveUnnecessaryReshapeNetPass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ bool acceptable_intermediate_op(const loco::Node *node)
case luci::CircleOpcode::MUL:
case luci::CircleOpcode::TANH:
case luci::CircleOpcode::LOGISTIC:
case luci::CircleOpcode::RELU:
break;

default:
Expand Down

0 comments on commit f47e2c0

Please sign in to comment.