We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 948fba6 commit 9cd9344Copy full SHA for 9cd9344
extension/training/examples/XOR/export_model.py
@@ -31,6 +31,7 @@ def _export_model():
31
ep = to_edge(ep)
32
# Lower the graph to executorch.
33
ep = ep.to_executorch()
34
+ return ep
35
36
37
def main() -> None:
0 commit comments