Skip to content

[Transformations] Added a new TransposeFQ matcher to common transpose sinking#36192

Open
alvoron wants to merge 3 commits into
openvinotoolkit:masterfrom
alvoron:alvoron_transpose_fq
Open

[Transformations] Added a new TransposeFQ matcher to common transpose sinking#36192
alvoron wants to merge 3 commits into
openvinotoolkit:masterfrom
alvoron:alvoron_transpose_fq

Conversation

@alvoron
Copy link
Copy Markdown
Contributor

@alvoron alvoron commented Jun 2, 2026

Details:

  • Added a new TransposeFQ matcher to common transpose sinking
  • It sinks Transpose through FakeQuantize, so "Transpose - FQ - Transpose" converted into "FQ - Transpose - Transpose" and Transpose ops could be fused by TransposeFuse

Tickets:

AI Assistance:

  • AI assistance used: no / yes
  • If yes, summarize how AI was used and what human validation was performed (build/tests/manual checks).

@alvoron alvoron requested a review from a team as a code owner June 2, 2026 16:05
@github-actions github-actions Bot added the category: transformations OpenVINO Runtime library - Transformations label Jun 2, 2026
Copy link
Copy Markdown
Contributor

@CuriousPanCake CuriousPanCake left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@CuriousPanCake CuriousPanCake requested a review from evkotov June 2, 2026 16:42
@v-Golubev v-Golubev self-assigned this Jun 2, 2026
Comment thread src/common/transformations/tests/common_optimizations/transpose_sinking_test.cpp Outdated
@CuriousPanCake
Copy link
Copy Markdown
Contributor

Please, add a ticket number, if exists. Might help in the future :)

@CuriousPanCake CuriousPanCake requested a review from v-Golubev June 3, 2026 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: transformations OpenVINO Runtime library - Transformations

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants