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 71af9b9 commit 82080f4Copy full SHA for 82080f4
backends/xnnpack/quantizer/xnnpack_quantizer_utils.py
@@ -1061,8 +1061,6 @@ def _is_share_obs_or_fq_op(op: Callable) -> bool:
1061
torch.ops.aten.slice_copy.Tensor,
1062
torch.ops.aten.flatten.using_ints,
1063
torch.ops.aten.slice.Tensor,
1064
- torch.ops.aten.select.int,
1065
- torch.ops.aten.index_select.default,
1066
]
1067
1068
0 commit comments