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 92bf722 commit d2c011eCopy full SHA for d2c011e
examples/apple/coreml/scripts/extract_coreml_models.py
@@ -21,7 +21,7 @@
21
22
23
def extract_coreml_models(pte_data: bytes):
24
- program = deserialize_pte_binary(pte_data)
+ program = deserialize_pte_binary(pte_data).program
25
delegates: List[BackendDelegate] = sum(
26
[execution_plan.delegates for execution_plan in program.execution_plan], []
27
)
0 commit comments