After reading the code in compiler/lib/Dialect/mhlo/DynamicShapeRegister/Convolution.cpp, I find there is no ReifyReturnTyeShapes function for convolution op. Does convolution op not support symbol relation computing between input and output, or we do it in other pass?
After reading the code in
compiler/lib/Dialect/mhlo/DynamicShapeRegister/Convolution.cpp, I find there is noReifyReturnTyeShapesfunction for convolution op. Does convolution op not support symbol relation computing between input and output, or we do it in other pass?