From 3076061acae9685102ccefb33f24313c99b32cb3 Mon Sep 17 00:00:00 2001 From: Yi-Hong Lyu Date: Mon, 30 May 2022 12:04:40 -0700 Subject: [PATCH] Fix a comment in test_op_reshape.py (#11606) --- onnxruntime/test/python/quantization/test_op_reshape.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onnxruntime/test/python/quantization/test_op_reshape.py b/onnxruntime/test/python/quantization/test_op_reshape.py index aeedda6821..a415de92e1 100644 --- a/onnxruntime/test/python/quantization/test_op_reshape.py +++ b/onnxruntime/test/python/quantization/test_op_reshape.py @@ -103,7 +103,7 @@ class TestOpReshape(unittest.TestCase): weight_type=weight_type, extra_options=extra_options, ) - # make sure transpose become xint8 operator, its input name could tell that + # make sure reshape become xint8 operator, its input name could tell that check_op_nodes( self, model_uint8_path,