masahi commented on issue #8877: URL: https://github.com/apache/tvm/issues/8877#issuecomment-1261635933
stft added in https://github.com/apache/tvm/pull/11190 is implemented in a very naive way (exactly like 1D convolution). I think istft is easy using the similar approach, but fft / ifft with O(nlogn) complexity would be much more challenging. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
