Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
volcacius committed Jul 17, 2023
1 parent 680c8fd commit a1dca58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/brevitas/graph/equalize.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
nn.AdaptiveAvgPool2d,
nn.AdaptiveAvgPool3d,
nn.Identity,
torch.nn.ReLU,
torch.nn.LeakyReLU)
nn.ReLU,
nn.LeakyReLU)

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

Expand Down

0 comments on commit a1dca58

Please sign in to comment.