Skip to content

Commit 7119790

Browse files
committed
minor fix
1 parent 863aa93 commit 7119790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/python/contrib/test_msc/test_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def get_model_info(compile_type):
229229
"inputs": [
230230
{"name": "input_0", "shape": [1, 3, 224, 224], "dtype": "float32", "layout": "NCHW"}
231231
],
232-
"outputs": [{"name": "output", "shape": [1, 1000], "dtype": "float32", "layout": "NC"}],
232+
"outputs": [{"name": "output", "shape": [1, 1000], "dtype": "float32", "layout": "NW"}],
233233
"nodes": {
234234
"total": 229,
235235
"input": 1,

0 commit comments

Comments
 (0)