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 f0d9fc7 commit 9b41c28Copy full SHA for 9b41c28
backends/openvino/preprocess.py
@@ -55,9 +55,7 @@ def preprocess(
55
compile_options[spec.key] = spec.value.decode()
56
57
compiled = openvino_compile(
58
- edge_program.module(),
59
- *args,
60
- options=compile_options
+ edge_program.module(), *args, options=compile_options
61
)
62
model_bytes = compiled.export_model()
63
0 commit comments