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 b3de67a commit 30bb879Copy full SHA for 30bb879
backends/aoti/passes/replace_view_copy_with_view.py
@@ -9,7 +9,7 @@
9
# because this should only be used in the AOTInductor backend, as it
10
# has less restrictions on whether the tensor memory is densely packed,
11
12
-from typing import Dict, Iterable, Tuple
+from typing import Dict, Iterable
13
14
import torch
15
from executorch.exir.dialects._ops import ops
0 commit comments