Class ov::pass::PrepareShapeOpsForEliminationAroundBE

class PrepareShapeOpsForEliminationAroundBE : public ov::pass::MatcherPass

PrepareShapeOpsForEliminationAroundBE works on the subgraph like Reshape/Squeeze/Unsqueeze -> BinaryElementwiseOperation -> Reshape/Squeeze/Unsqueeze and prepares it for the following optimizations by moving bottom op up through Binary op.