Skip to content

Commit 82080f4

Browse files
authored
Update xnnpack_quantizer_utils.py
1 parent 71af9b9 commit 82080f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

backends/xnnpack/quantizer/xnnpack_quantizer_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1061,8 +1061,6 @@ def _is_share_obs_or_fq_op(op: Callable) -> bool:
10611061
torch.ops.aten.slice_copy.Tensor,
10621062
torch.ops.aten.flatten.using_ints,
10631063
torch.ops.aten.slice.Tensor,
1064-
torch.ops.aten.select.int,
1065-
torch.ops.aten.index_select.default,
10661064
]
10671065

10681066

0 commit comments

Comments
 (0)