tfdeploy
tfdeploy copied to clipboard
Add conv op implementations using scipy convolve
The performance of numpy implementations of conv (and maybe also pooling) ops might not be sufficient for some use cases. An additional implementation using scipy convolve would be great. See discussion in #20.