mirror of
https://github.com/socathie/circomlib-ml.git
synced 2026-01-08 21:48:06 -05:00
5 lines
103 B
Plaintext
5 lines
103 B
Plaintext
pragma circom 2.0.3;
|
|
|
|
include "../../circuits/Conv1D.circom";
|
|
|
|
component main = Conv1D(20, 3, 2, 4, 3); |