Browse Source

Update onnx.js

Lutz Roeder 4 years ago
parent
commit
ae753e65d9
1 changed files with 4 additions and 0 deletions
  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;
     }