[Error]: Got error when trying to convert the conv2d implementation in the from_mxnet code to winograd conv

I tried to convert the conv2d() in the from_mxnet example code to Winograd conv without weight transform. They both require the same parameter except that the Winograd needs one extra tiling parameter which I set to 1. I’m getting the following error: