Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/bundled-io.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ from executorch.exir import to_edge
from executorch.devtools import BundledProgram

from executorch.devtools.bundled_program.config import MethodTestCase, MethodTestSuite
from torch.export import export
from torch.export import export, export_for_training


class Module(torch.nn.Module):
Expand Down Expand Up @@ -449,7 +449,7 @@ from executorch.exir import to_edge
from executorch.devtools import BundledProgram

from executorch.devtools.bundled_program.config import MethodTestCase, MethodTestSuite
from torch.export import export
from torch.export import export, export_for_training


class Module(torch.nn.Module):
Expand Down
Loading