Class ov::pass::MergeLinearProjections#

class MergeLinearProjections : public ov::pass::MatcherPass#

Description: merges linear projection subgraphs (e.g., Q/K/V projections).

Fuses multiple per-head projection MatMuls (optionally with Add and/or dequantization) into packed MatMuls.