From 9063287a0e5daf19d5b3f5712b096672c4a7c4ab Mon Sep 17 00:00:00 2001 From: Yanming Wang Date: Thu, 5 Aug 2021 00:07:46 +0000 Subject: [PATCH] Fix test --- tests/python/frontend/onnx/test_forward.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/python/frontend/onnx/test_forward.py b/tests/python/frontend/onnx/test_forward.py index 35ade611a880c..6a5ffd3821a18 100644 --- a/tests/python/frontend/onnx/test_forward.py +++ b/tests/python/frontend/onnx/test_forward.py @@ -1243,8 +1243,6 @@ def verify_batch_matmul(a_shape, b_shape, out_shape, convert_config=None): (2, 3, 4, 3), (2, 3, 3, 4), (2, 3, 4, 4), - target, - dev, convert_config={"use_nt_batch_matmul": False}, )