mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
Fix a comment in test_op_reshape.py (#11606)
This commit is contained in:
parent
22739137c4
commit
3076061aca
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue