Skip to content

Commit

Permalink
Misc: fix another pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
volcacius committed Jul 17, 2023
1 parent d67ccee commit 4e7191e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brevitas/graph/equalize.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
nn.AdaptiveAvgPool2d,
nn.AdaptiveAvgPool3d,
nn.Identity,
nn.ReLU,
nn.ReLU,
nn.LeakyReLU)

_scale_invariant_op = (torch.mul, operator.mul, operator.imul, operator.__mul__, operator.__imul__)
Expand Down

0 comments on commit 4e7191e

Please sign in to comment.