Skip to content

Commit

Permalink
feat: implementation of quantized unfold
Browse files Browse the repository at this point in the history
  • Loading branch information
tguerand committed Jan 30, 2024
1 parent a8b8611 commit 453f769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/quantization/test_quantized_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -2036,7 +2036,7 @@ def test_quantized_shape(shape):
(1, 2, 0, 4),
1,
),
( # this test fails because of padding
( # this test fails because of padding
numpy.random.uniform(low=-2.0, high=2.0, size=(1, 1, 16, 16)),
(2, 2),
(4, 4),
Expand Down

0 comments on commit 453f769

Please sign in to comment.