Class ov::pass::GeluFusionWithErfFour

class GeluFusionWithErfFour : public ov::pass::MatcherPass

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