Does pytorch implement 3d convolution by using im2col or winograd?

I want to know what is the way of pytorch to do the 3d convolution? im2col , winograd or FFT?

I compile it with openblas.