mirror of
https://github.com/socathie/circomlib-ml.git
synced 2026-01-09 14:08:04 -05:00
5 lines
102 B
Plaintext
5 lines
102 B
Plaintext
pragma circom 2.0.3;
|
|
|
|
include "../../circuits/Conv2D.circom";
|
|
|
|
component main = Conv2D(5, 5, 3, 2, 3); |