From df7d8e5d9a8475187f1b55ed9425eca49e8f2a32 Mon Sep 17 00:00:00 2001 From: meihuan <352648791@qq.com> Date: Wed, 3 Aug 2022 15:39:14 +0800 Subject: [PATCH] fix type bug about topi test unitest --- tests/python/topi/python/test_topi_image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python/topi/python/test_topi_image.py b/tests/python/topi/python/test_topi_image.py index 3aedc8ef4399..510e753210b1 100644 --- a/tests/python/topi/python/test_topi_image.py +++ b/tests/python/topi/python/test_topi_image.py @@ -339,7 +339,7 @@ def check_target(target, dev): if __name__ == "__main__": - test_resize() + test_resize2d() test_resize3d() test_crop_and_resize() test_affine_grid()