Strided convolutions

Hi everyone,
Is there a package that facilitates strided convolution with user specific filter. I see that there is an implementation in Flux.jl, but I would like to use it s a function with the given stride and filter size.

e.g., conv(bigA, filterB, kernel_size, stride)

Any leads would be much appreciated!
Thanks!