Includes inferConvolutionDims based on the existing helper for
contractions, inferContractionDims. This allows matching and
identifying the relevant dims for a convolution sub-computation of
a linalg operation.
Additionally adds stride/dilations inference to the captures and
convolution interface matcher.
Nit: leading whitespace feels off here.