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 1476462 commit 492dccbCopy full SHA for 492dccb
examples/xnnpack/aot_compiler.py
@@ -129,7 +129,7 @@
129
model_name = f"{args.model_name}_xnnpack_{quant_tag}"
130
save_pte_program(exec_prog, model_name, args.output_dir)
131
132
- if args.test_pybind:
+ if args.test_with_pybindings:
133
logging.info("Testing the pte with pybind")
134
from executorch.extension.pybindings.portable_lib import (
135
_load_for_executorch_from_buffer,
0 commit comments