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 96a8405 commit 9eca2a9Copy full SHA for 9eca2a9
backends/xnnpack/operators/node_visitor.py
@@ -36,7 +36,6 @@
36
)
37
38
from executorch.backends.xnnpack.utils.xnnpack_constants import XNN_INVALID_VALUE_ID
39
-from executorch.exir.dialects._ops import ops as exir_ops
40
from torch.export import ExportedProgram
41
42
XNN_TYPE_MAP = {
exir/delegate.py
@@ -24,10 +24,7 @@
24
ProxyTorchDispatchMode,
25
track_tensor_tree,
26
27
-from torch.utils._python_dispatch import (
28
- _get_current_dispatch_mode,
29
- _pop_mode_temporarily,
30
-)
+from torch.utils._python_dispatch import _get_current_dispatch_mode
31
from torch.utils._pytree import tree_flatten
32
33
0 commit comments