From d8b2e5d0916a85e603c9bda6def5cd20cbe94fa6 Mon Sep 17 00:00:00 2001 From: Tongzhou Wang Date: Mon, 18 Dec 2017 12:28:23 -0500 Subject: Add python only default init expression; Implement stft, hann/hamming/bartlett window. (#4095) * implement stft * addressed comments; implemented window functions; added support for python only default initialization --- docs/source/torch.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') diff --git a/docs/source/torch.rst b/docs/source/torch.rst index 90d324230a..429deaccde 100644 --- a/docs/source/torch.rst +++ b/docs/source/torch.rst @@ -159,6 +159,14 @@ Comparison Ops .. autofunction:: topk +Spectral Ops +~~~~~~~~~~~~~~~~~~~~~~ +.. autofunction:: stft +.. autofunction:: hann_window +.. autofunction:: hamming_window +.. autofunction:: bartlett_window + + Other Operations ~~~~~~~~~~~~~~~~~~~~~~ .. autofunction:: cross -- cgit v1.2.3