From 1b54fc49206df7560a1b572862eb6980aa414ac9 Mon Sep 17 00:00:00 2001 From: Yaman Umuroglu <maltanar@gmail.com> Date: Thu, 7 Nov 2019 22:51:27 +0000 Subject: [PATCH] [Test] add round_thresholds as part of test_streamline_lfc_w1a1 --- tests/test_streamline.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_streamline.py b/tests/test_streamline.py index 31006e0c4..1a93c6ff1 100644 --- a/tests/test_streamline.py +++ b/tests/test_streamline.py @@ -54,6 +54,7 @@ def test_streamline_lfc_w1a1(): sl.factor_out_mul_sign_magnitude, sl.absorb_mul_into_multi_threshold, sl.absorb_1bit_mul_into_matmul, + sl.round_thresholds, ] trn_ind = 0 for trn in transforms: -- GitLab