We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6413cc4 commit 44e32b6Copy full SHA for 44e32b6
tests/unittest/trt/quantization/test_mode.py
@@ -44,7 +44,7 @@ def test_any(self):
44
45
def test_count(self):
46
# Make sure the COUNT value is as expected - change that test if you add a new flag.
47
- self.assertEqual(QuantMode.COUNT.value, 1 << 17)
+ self.assertEqual(QuantMode.COUNT.value, 1 << 18)
48
49
def test_from_description(self):
50
# Test weight only.
0 commit comments