Fix a comment in test_op_reshape.py (#11606)

This commit is contained in:
Yi-Hong Lyu 2022-05-30 12:04:40 -07:00 committed by GitHub
parent 22739137c4
commit 3076061aca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,