This commit adds a few methods to ConvolutionOpInterface to query
the iterator indices for different flavors of dimensions. These
methods are used to implement convolution vectorization patterns
based on ConvolutionOpInterface.
This is based on Mahesh's https://reviews.llvm.org/D110031, with
modifications to use parallel/window/reduction instead of ML/image
specific terminologies.
Co-authored-by: Mahesh Ravishankar <ravishankarm@google.com>