mirror of
https://github.com/socathie/circomlib-ml.git
synced 2026-04-23 03:00:32 -04:00
6 lines
159 B
Plaintext
6 lines
159 B
Plaintext
pragma circom 2.0.0;
|
|
|
|
include "../../circuits/SumPooling2D.circom";
|
|
|
|
// poolSize=strides - default Keras settings
|
|
component main = SumPooling2D(5, 5, 3, 2, 2); |