File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ Features described in this documentation are classified by release status:
7979 torch.linalg <linalg >
8080 torch.monitor <monitor >
8181 torch.special <special >
82+ torch.signal.windows <signal.windows >
8283 torch.overrides
8384 torch.package <package >
8485 profiler
Original file line number Diff line number Diff line change 22 :class: hidden-section
33
44torch.signal.windows
5- =============
5+ =====================
66
7- The torch.signal.windows module, modeled after SciPy's `special <https://docs.scipy.org/doc/scipy/reference/signal.windows.html >`_ module.
7+ The torch.signal.windows module, modeled after SciPy's `signal.windows <https://docs.scipy.org/doc/scipy/reference/signal.windows.html >`_ module.
88
99.. automodule :: torch.signal.windows
1010.. currentmodule :: torch.signal.windows
Original file line number Diff line number Diff line change @@ -475,7 +475,6 @@ Spectral Ops
475475 hamming_window
476476 hann_window
477477 kaiser_window
478- cosine_window
479478
480479
481480Other Operations
You can’t perform that action at this time.
0 commit comments