Class ov::pass::ConvStridesPropagation

class ConvStridesPropagation : public ov::pass::MatcherPass

ConvStridesPropagation either propagates stride (greater than 1) from Convolution up through the graph or inserts pooling between current node and its consumers if the consumers have different StridesProp attributes. Strides can be propagated if Convolution kernel is {1, 1, …}.