Class ov::pass::ReshapeAMatMul#

class ReshapeAMatMul : public ov::pass::MatcherPass#

ReshapeAMatMul and ReshapeBMatMul transformations relax hard-coded Reshape followed by MatMul operation For 2D Reshape search patterns are:

  • MatMul(Reshape(any_input, any_input), any_input)

  • MatMul(any_input, Reshape(any_input, any_input))