Class ov::pass::NopBroadcast

class NopBroadcast : public ov::pass::MatcherPass

Optimizes out Broadcast(data, Maximum(shape, ones)) if labels on data and shape are equal Use case with data being empty should not be considered here since original graph has Maximum with ones.