mirror of
https://github.com/socathie/circomlib-ml.git
synced 2026-01-10 06:28:08 -05:00
5 lines
116 B
Plaintext
5 lines
116 B
Plaintext
pragma circom 2.0.0;
|
|
|
|
include "../../circuits/SumPooling2D.circom";
|
|
|
|
component main = SumPooling2D(10, 10, 3, 2, 3); |