Skip to content

Commit

Permalink
[luci] Quantize BroadcastTo Op actiation
Browse files Browse the repository at this point in the history
This quantizes activation for BroadcastTo.

ONE-DCO-1.0-Signed-off-by: Hyukjin Jeong <[email protected]>
  • Loading branch information
jinevening committed Dec 16, 2024
1 parent b5a9598 commit 81db8ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/luci/pass/src/QuantizeActivation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ void QuantizeConstInputActivation::visit(luci::CircleNode *node)
QUANTIZE_SINGLE_CONST_INPUT(luci::CircleAbs, x)
QUANTIZE_SINGLE_CONST_INPUT(luci::CircleArgMax, input)
QUANTIZE_SINGLE_CONST_INPUT(luci::CircleArgMin, input)
QUANTIZE_SINGLE_CONST_INPUT(luci::CircleBroadcastTo, input)
QUANTIZE_SINGLE_CONST_INPUT(luci::CircleBatchToSpaceND, input)
QUANTIZE_SINGLE_CONST_INPUT(luci::CircleDepthToSpace, input)
QUANTIZE_SINGLE_CONST_INPUT(luci::CircleElu, features)
Expand Down

0 comments on commit 81db8ed

Please sign in to comment.