Skip to content
Open
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: 1 addition & 1 deletion backends/arm/_passes/arm_pass_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
DecomposeScaledDotProductAttention,
)
from executorch.backends.transforms.fuse_view_copy import FuseViewCopyTransform
from executorch.backends.transforms.remove_getitem_op import RemoveGetItemPass
from executorch.backends.xnnpack._passes.remove_getitem_op import RemoveGetItemPass

Check failure on line 70 in backends/arm/_passes/arm_pass_manager.py

View workflow job for this annotation

GitHub Actions / lintrunner / linux-job

MYPY import-not-found

Cannot find implementation or library stub for module named "executorch.backends.xnnpack._passes.remove_getitem_op" To disable, use ` # type: ignore[import-not-found]`
from executorch.exir import ExportedProgram
from executorch.exir.pass_manager import PassManager
from torch.fx import GraphModule
Expand Down
Loading