Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
added makeXOR in unit test imports
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasvlevi committed Jun 28, 2021
1 parent 192557c commit 098d388
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/config/require.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const Dann = Dannjs.dann;
const Matrix = Dannjs.matrix;
const Layer = Dannjs.layer;
const XOR = Dannjs.xor;
const makeXOR = Dannjs.makeXOR;
const act = Dannjs.activations;
const lossfuncs = Dannjs.lossfuncs;
const poolfuncs = Dannjs.poolfuncs;
Expand Down

0 comments on commit 098d388

Please sign in to comment.