issues
search
socathie
/
circomlib-ml
Circom Circuits Library for Machine Learning
https://www.npmjs.com/package/circomlib-ml
GNU General Public License v3.0
162
stars
20
forks
source link
Add separable convolution circuit implementation
#7
Closed
semaraugusto
closed
11 months ago
semaraugusto
commented
11 months ago
Adding implementation and corresponding tests for:
Depthwise convolution
Pointwise convolution
Separable convolution (depthwise followed by pointwise)
Adding implementation and corresponding tests for: