Skip to content

Commit 5174cd9

Browse files
committed
up
1 parent 0765b24 commit 5174cd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exir/passes/constant_prop_pass.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
_DEFAULT_SKIP_TARGETS = {exir_ops.edge.aten.full.default}
3232

3333
# Skipping transpose/permute for now because https://github.com/pytorch/executorch/issues/10499
34-
_DEFAULT_SKIP_TARGETS.add(exir_ops.edge.transpose.int)
35-
_DEFAULT_SKIP_TARGETS.add(exir_ops.edge.permute.default)
34+
_DEFAULT_SKIP_TARGETS.add(exir_ops.edge.aten.transpose.int)
35+
_DEFAULT_SKIP_TARGETS.add(exir_ops.edge.aten.permute.default)
3636

3737
# Do not const prop quantization primitives
3838
_QDQ_OPS = [

0 commit comments

Comments
 (0)