"vscode:/vscode.git/clone" did not exist on "e7ea820eecb12aa9cdb7f72322a0ec9d99fd6974"
Add convolution operator (#2602)
Summary: Adds functions `convolve` and `fftconvolve`, which compute the convolution of two tensors along their trailing dimension. The former performs the convolution directly, whereas the latter performs it using FFT. Pull Request resolved: https://github.com/pytorch/audio/pull/2602 Reviewed By: nateanl, mthrok Differential Revision: D38450771 Pulled By: hwangjeff fbshipit-source-id: b2d1e063ba21eafeddf317d60749e7120b14292b
Showing
Please register or sign in to comment