[Question] Performing Winograd convolution in tvm

I just found out about Winograd convolution and wanted to use it with TVM instead of the normal 2d convolution operator it uses. Found that TVM already provides access to Winograd conv from the tvm.conv2d.py code. Does anyone have any idea on how to use it in our code? Any examples on how to proceed would also be good

1 Like