Explorar el Código

Update onnx.js

Lutz Roeder hace 4 años
padre
commit
ae753e65d9
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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;
     }