Skip to content

Commit

Permalink
Revert Slice as agnostic (#2905)
Browse files Browse the repository at this point in the history
### Changes

- Reverts adding Slice as agnostic.

### Reason for changes

- Performance degradations.
- Lack of the support on the LPT side
(openvinotoolkit/openvino#26182).

### Related tickets

- 149909
- 149011

### Tests

- N/A
  • Loading branch information
KodiaqQ authored Aug 22, 2024
1 parent 6e05cf9 commit 7c19980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nncf/openvino/graph/metatypes/groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
ov_metatypes.OVTransposeMetatype,
ov_metatypes.OVTileMetatype,
ov_metatypes.OVStridedSliceMetatype,
ov_metatypes.OVSliceMetatype,
ov_metatypes.OVShuffleChannelsMetatype,
ov_metatypes.OVBroadcastMetatype,
ov_metatypes.OVPadMetatype,
Expand All @@ -39,6 +38,7 @@
ov_metatypes.OVSpaceToDepthMetatype,
ov_metatypes.OVBatchToSpaceMetatype,
ov_metatypes.OVSpaceToBatchMetatype,
# ov_metatypes.OVSliceMetatype removed from the agnostic list cause of 149909 ticket.
# OVReluMetatype is not considered to be QUANTIZATION_AGNOSTIC, because:
# 1. Runtime doesn't provide performance benefits by quantizing the stand-alone RELU's (ticket: 59548)
# 2. It's frequently better for the end accuracy to have quantizers set up after the RELU
Expand Down

0 comments on commit 7c19980

Please sign in to comment.