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
2 changes: 2 additions & 0 deletions extension/pybindings/portable_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
_load_for_executorch, # noqa: F401
_load_for_executorch_from_buffer, # noqa: F401
_load_for_executorch_from_bundled_program, # noqa: F401
_load_for_executorch_from_data_loader, # noqa: F401
_load_program, # noqa: F401
_load_program_from_buffer, # noqa: F401
_reset_profile_results, # noqa: F401
Expand All @@ -98,6 +99,7 @@
ExecuTorchModule, # noqa: F401
ExecuTorchProgram, # noqa: F401
MethodMeta, # noqa: F401
TensorInfo, # noqa: F401
Verification, # noqa: F401
)

Expand Down
Loading