Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Archermmt committed Sep 13, 2024
1 parent 468c3d3 commit f697f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/contrib/test_msc/test_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def get_model_info(compile_type):
"inputs": [
{"name": "input_0", "shape": [1, 3, 224, 224], "dtype": "float32", "layout": "NCHW"}
],
"outputs": [{"name": "output", "shape": [1, 1000], "dtype": "float32", "layout": "NC"}],
"outputs": [{"name": "output", "shape": [1, 1000], "dtype": "float32", "layout": "NW"}],
"nodes": {
"total": 229,
"input": 1,
Expand Down

0 comments on commit f697f43

Please sign in to comment.