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 5db40f2 commit c28ae4aCopy full SHA for c28ae4a
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