Skip to content
Closed
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion backends/xnnpack/operators/node_visitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
)

from executorch.backends.xnnpack.utils.xnnpack_constants import XNN_INVALID_VALUE_ID
from executorch.exir.dialects._ops import ops as exir_ops
from torch.export import ExportedProgram

XNN_TYPE_MAP = {
Expand Down
5 changes: 1 addition & 4 deletions exir/delegate.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@
ProxyTorchDispatchMode,
track_tensor_tree,
)
from torch.utils._python_dispatch import (
_get_current_dispatch_mode,
_pop_mode_temporarily,
)
from torch.utils._python_dispatch import _get_current_dispatch_mode
from torch.utils._pytree import tree_flatten


Expand Down