mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
PyTorch MergeBot
parent
cb37e7a080
commit
6b7d89c4f1
@ -96,6 +96,7 @@ ALL_MODULES = {
|
||||
TestVersionedLogspaceOutV8(): "aten::logspace.out",
|
||||
TestVersionedGeluV9(): "aten::gelu",
|
||||
TestVersionedGeluOutV9(): "aten::gelu.out",
|
||||
TestVersionedStftV10(): "aten::stft",
|
||||
}
|
||||
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user