We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7c758 commit dd5bdc6Copy full SHA for dd5bdc6
tests/flow/tests_onnx.py
@@ -16,7 +16,7 @@ def test_onnx_modelrun_mnist(env):
16
return
17
18
con = env.getConnection()
19
-
+ x=input()
20
test_data_path = os.path.join(os.path.dirname(__file__), 'test_data')
21
model_filename = os.path.join(test_data_path, 'mnist.onnx')
22
wrong_model_filename = os.path.join(test_data_path, 'graph.pb')
0 commit comments