Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
volcacius committed Jul 13, 2023
1 parent 987b43f commit 832e9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brevitas/quant_tensor/torch_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,5 @@ def pixel_shuffle_handler(*args, **kwargs):


@implements(F.pixel_unshuffle)
def pixel_shuffle_handler(*args, **kwargs):
def pixel_unshuffle_handler(*args, **kwargs):
return quant_invariant_handler(F.pixel_unshuffle, *args, **kwargs)

0 comments on commit 832e9b0

Please sign in to comment.