You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/09/29 01:34:04 UTC

[GitHub] [tvm] masahi commented on issue #8877: [PyTorch] NotImplementedError: The following operators are not implemented: ['aten::stft']

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org