Python : Speed up FFT over an axis in an multidimensional data
I would like to know if there is a better way to speed up the performance of my FFT over the first dimension of a tensor that is 1000 x 512 x 512, for example
I would like to know if there is a better way to speed up the performance of my FFT over the first dimension of a tensor that is 1000 x 512 x 512, for example