From 888a63eaa49b4db0f4e65f7d4099e6d5ff99cf75 Mon Sep 17 00:00:00 2001 From: Shinichiro Hamaji Date: Tue, 27 Aug 2019 15:50:52 +0900 Subject: [PATCH] Fix build by disabling menoh for qlinear --- scripts/runtests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/runtests.py b/scripts/runtests.py index ee54c917..a52d9721 100755 --- a/scripts/runtests.py +++ b/scripts/runtests.py @@ -869,6 +869,7 @@ def main(): 'test_matmulinteger', 'test_bitshift_left_uint8', 'test_qlinearconv', + 'test_quantizelinear', ] tested = []