Class ov::pass::DilatedConvolutionConverter#
-
class DilatedConvolutionConverter : public ov::pass::MatcherPass#
DilatedConvolutionConverter transformation replaces following graph: SpaceToBatch -> Convolution(GroupConvolution) -> BatchToSpace to a single Convolution(GroupConvolution) node with updated pads and dilations Restrictions:
pads in SpaceToBatch must have 0 on first and second position