Skip to content

Commit

Permalink
Fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
jiwaszki committed Aug 13, 2024
1 parent 1aa79cc commit 1bb278d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/luci/pass/src/FuseMulWithFullyConnectedPass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ inline bool is_single_element(const luci::CircleConst *node)
}

inline void update_with_single_element(luci::CircleConst *fused_node,
const luci::CircleConst *multiplication)
const luci::CircleConst *multiplication)
{
for (uint32_t i = 0; i < fused_node->size<loco::DataType::FLOAT32>(); i++)
{
Expand Down

0 comments on commit 1bb278d

Please sign in to comment.