diff options
Diffstat (limited to 'js/MatrixOp/MATMUL.js')
-rw-r--r-- | js/MatrixOp/MATMUL.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/MatrixOp/MATMUL.js b/js/MatrixOp/MATMUL.js index 7da3392c..8f433c57 100644 --- a/js/MatrixOp/MATMUL.js +++ b/js/MatrixOp/MATMUL.js @@ -43,6 +43,7 @@ function MATMUL() { this.dtype = arguments[0]["dtype"]; this.rule = parseFloat(arguments[0]["rule"]); this.np = parseFloat(arguments[0]["np"]); + var exprs = [arguments[0]["dtype"], arguments[0]["rule"], arguments[0]["np"]]; if (!ok) { break; } |