Class ov::pass::GeluFusionWithTanhNoPower#

class GeluFusionWithTanhNoPower : public ov::pass::MatcherPass#

GeluFusion transformation replaces a sub-graph x * 0.5 * (1 + tanh((x * 0.044715 * x + 1) * x * sqrt(2 / pi))) with a Gelu (Tanh) op.