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 492dccb commit 1c533e5Copy full SHA for 1c533e5
examples/xnnpack/aot_compiler.py
@@ -145,5 +145,5 @@
145
146
m = _load_for_executorch_from_buffer(exec_prog.buffer)
147
logging.info("Successfully loaded the model")
148
- res = m.run_method("forward", example_inputs)
+ res = m.run_method("forward", *example_inputs)
149
logging.info("Successfully ran the model")
0 commit comments