Browse Source

Update bigdl.js

Lutz Roeder 4 năm trước cách đây
mục cha
commit
de66eb007f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      source/bigdl.js

+ 1 - 1
source/bigdl.js

@@ -363,7 +363,7 @@ bigdl.Tensor = class {
     }
 
     get state() {
-        return 'Not supported.';
+        return 'Tensor data not implemented.';
     }
 
     get value() {