stft: remove non-center overload and python functional wrapper

Pull Request resolved: https://github.com/pytorch/pytorch/pull/73434

Approved by: https://github.com/anjali411
This commit is contained in:
Peter Bell
2022-04-22 17:34:59 +01:00
committed by PyTorch MergeBot
parent cb37e7a080
commit 6b7d89c4f1
16 changed files with 186 additions and 177 deletions

View File

@ -96,6 +96,7 @@ ALL_MODULES = {
TestVersionedLogspaceOutV8(): "aten::logspace.out",
TestVersionedGeluV9(): "aten::gelu",
TestVersionedGeluOutV9(): "aten::gelu.out",
TestVersionedStftV10(): "aten::stft",
}
"""