mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Revert "stft: remove non-center overload and python functional wrapper"
This reverts commit d23ecbfc9ac157560611b242f015743f189dbf48. Reverted https://github.com/pytorch/pytorch/pull/73434 on behalf of https://github.com/albanD
This commit is contained in:
@ -96,7 +96,6 @@ ALL_MODULES = {
|
||||
TestVersionedLogspaceOutV8(): "aten::logspace.out",
|
||||
TestVersionedGeluV9(): "aten::gelu",
|
||||
TestVersionedGeluOutV9(): "aten::gelu.out",
|
||||
TestVersionedStftV10(): "aten::stft",
|
||||
}
|
||||
|
||||
"""
|
||||
|
Reference in New Issue
Block a user