mirror of
https://github.com/socathie/circomlib-ml.git
synced 2026-01-07 21:24:01 -05:00
6 lines
167 B
Plaintext
6 lines
167 B
Plaintext
pragma circom 2.0.0;
|
|
|
|
include "../../circuits/MaxPooling2Dsame.circom";
|
|
|
|
// poolSize=strides - default Keras settings
|
|
component main = MaxPooling2Dsame(5, 5, 3, 2, 2); |