Skip to content

Commit

Permalink
Remove gather metatype from input quantizable
Browse files Browse the repository at this point in the history
  • Loading branch information
daniil-lyakhov committed Jul 24, 2024
1 parent f1df8c9 commit 5135e34
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions nncf/onnx/graph/metatypes/groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
onnx_metatypes.ONNXCenterCropPadMetatype,
onnx_metatypes.ONNXSliceMetatype,
onnx_metatypes.ONNXPadMetatype,
onnx_metatypes.ONNXGatherMetatype,
onnx_metatypes.ONNXGatherNDMetatype,
onnx_metatypes.ONNXGatherElementsMetatype,
onnx_metatypes.ONNXDepthToSpaceMetatype,
onnx_metatypes.ONNXSpaceToDepthMetatype,
onnx_metatypes.ONNXScatterElementsMetatype,
Expand Down
3 changes: 0 additions & 3 deletions nncf/openvino/graph/metatypes/groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
ov_metatypes.OVMinimumMetatype,
ov_metatypes.OVMaximumMetatype,
ov_metatypes.OVConvertLikeMetatype,
ov_metatypes.OVGatherMetatype,
ov_metatypes.OVGatherNDMetatype,
ov_metatypes.OVGatherElementsMetatype,
ov_metatypes.OVScatterUpdateMetatype,
ov_metatypes.OVScatterNDUpdateMetatype,
ov_metatypes.OVScatterElementsUpdateMetatype,
Expand Down
1 change: 0 additions & 1 deletion nncf/torch/quantization/default_quantization.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
operator_metatypes.PTMaxMetatype,
operator_metatypes.PTMinMetatype,
operator_metatypes.PTTransposeMetatype,
operator_metatypes.PTGatherMetatype,
operator_metatypes.PTScatterMetatype,
operator_metatypes.PTReshapeMetatype,
operator_metatypes.PTSqueezeMetatype,
Expand Down

0 comments on commit 5135e34

Please sign in to comment.