From 453f7696faf3989a0e6e89d1086fda088a51078c Mon Sep 17 00:00:00 2001 From: tguerand Date: Tue, 30 Jan 2024 20:25:58 +0800 Subject: [PATCH] feat: implementation of quantized unfold --- tests/quantization/test_quantized_ops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/quantization/test_quantized_ops.py b/tests/quantization/test_quantized_ops.py index 1c826e581..06d74c990 100644 --- a/tests/quantization/test_quantized_ops.py +++ b/tests/quantization/test_quantized_ops.py @@ -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),