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 9591978 commit 71af9b9Copy full SHA for 71af9b9
backends/xnnpack/quantizer/xnnpack_quantizer_utils.py
@@ -1060,6 +1060,9 @@ def _is_share_obs_or_fq_op(op: Callable) -> bool:
1060
torch.ops.aten.view.default,
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