Class ov::pass::TransposeReshapeEliminationForMatmul#

class TransposeReshapeEliminationForMatmul : public ov::pass::MatcherPass#

TransposeReshapeEliminationForMatmul transformation eliminates Transpose and Reshape which were created to align input and output dimension ranks before second MatMul input and after MatMul output (for example, after Einsum Decomposition inside TensorFlow 1 and OpenVINO EinsumDecomposition transformation)