summaryrefslogtreecommitdiff
path: root/js/MatrixOp/MATMUL.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/MatrixOp/MATMUL.js')
-rw-r--r--js/MatrixOp/MATMUL.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/MatrixOp/MATMUL.js b/js/MatrixOp/MATMUL.js
index e482ebba..a9e39de4 100644
--- a/js/MatrixOp/MATMUL.js
+++ b/js/MatrixOp/MATMUL.js
@@ -20,6 +20,9 @@ function MATMUL() {
MATMUL.prototype.get = function MATMUL() {
}
MATMUL.prototype.set = function MATMUL() {
+ this.dtype = parseFloat((arguments[0]["dtype"]))
+ this.rule = parseFloat((arguments[0]["rule"]))
+ this.np = parseFloat((arguments[0]["np"]))
this.x = arg1;
graphics = this.x.graphics;
label = graphics.exprs;