• hwangjeff's avatar
    Add convolution operator (#2602) · b396157d
    hwangjeff authored
    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
    b396157d
index.rst 4.18 KB