forked from openvinotoolkit/openvino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CPU][ARM64] Enable FakeQuantize tokenization and decomposition (open…
…vinotoolkit#28700) ### Details: - **Enabled tests for FakeQuantizeDecomposition** in `src/plugins/intel_cpu/tests/functional/shared_tests_instances/skip_tests_config.cpp` - **Enabled FakeQuantize op tokenization** by adding it in `is_supported_op` in `transformation_pipeline.cpp` - Updated `FakeQuantizeDecompositionTest::SetUp()`, replaced MaxPool ops (`makePrerequisitesOriginal()`) with empty vector due to outdated limitations in Snippets, to support the operation in AArch64 platforms. - Adjusted expected node counts in tests since `reorder` ops are missed in AArch64 platforms and disabled `legacyFuse` tests for non-x64 platforms. ### Tests <img width="873" alt="Screenshot 2025-01-27 at 4 53 59 PM" src="https://github.com/user-attachments/assets/8184923e-85bb-45c0-bbca-59db7e6a5381" /> Passed local tests ### Tickets: - Closes openvinotoolkit#28508
- Loading branch information
1 parent
26a3ab1
commit 91a8476
Showing
4 changed files
with
21 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters