Skip to content

Commit

Permalink
Merge pull request #16 from hollow-leaf/feat/zkJSExample
Browse files Browse the repository at this point in the history
feat: check circuit function
  • Loading branch information
kidneyweakx authored Aug 23, 2023
2 parents 1e415bd + 8310f7a commit 56e51f9
Show file tree
Hide file tree
Showing 6 changed files with 7,621 additions and 2,558 deletions.
4 changes: 2 additions & 2 deletions packages/zk-circuits/circuits/circuits.circom
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
pragma circom 2.0.0;

include "../node_modules/circomlib-ml/circuits/AveragePooling2D.circom";
include "../node_modules/circomlib-ml/circuits/Dense.circom";
include "../node_modules/circomlib-ml/circuits/GlobalAveragePooling2D.circom";
include "../node_modules/circomlib-ml/circuits/Conv2D.circom";
include "../node_modules/circomlib-ml/circuits/BatchNormalization2D.circom";
include "../node_modules/circomlib-ml/circuits/AveragePooling2D.circom";
include "../node_modules/circomlib-ml/circuits/ArgMax.circom";
include "../node_modules/circomlib-ml/circuits/BatchNormalization2D.circom";

template Model() {
signal input in[50][50][1];
Expand Down
Loading

0 comments on commit 56e51f9

Please sign in to comment.