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 19e5a45 commit ee07d78Copy full SHA for ee07d78
docs/source/bundled-io.md
@@ -313,7 +313,7 @@ from executorch.exir import to_edge
313
from executorch.devtools import BundledProgram
314
315
from executorch.devtools.bundled_program.config import MethodTestCase, MethodTestSuite
316
-from torch.export import export
+from torch.export import export, export_for_training
317
318
319
class Module(torch.nn.Module):
@@ -449,7 +449,7 @@ from executorch.exir import to_edge
449
450
451
452
453
454
455
0 commit comments