ソースを参照

Update onnx.js

Lutz Roeder 4 年 前
コミット
ae753e65d9
1 ファイル変更4 行追加0 行削除
  1. 4 0
      source/onnx.js

+ 4 - 0
source/onnx.js

@@ -1206,6 +1206,10 @@ onnx.Function = class {
         }
     }
 
+    get type() {
+        return 'function';
+    }
+
     get name() {
         return this._name;
     }