Forráskód Böngészése

Update tflite-metadata.json

Lutz Roeder 7 éve
szülő
commit
3722b88216
1 módosított fájl, 11 hozzáadás és 0 törlés
  1. 11 0
      src/tflite-metadata.json

+ 11 - 0
src/tflite-metadata.json

@@ -409,6 +409,17 @@
       ]
     }
   },
+  {
+    "name": "Logistic",
+    "schema": {
+      "inputs": [
+        { "name": "input" }
+      ],
+      "outputs": [
+        { "name": "output" }
+      ]
+    }
+  },
   {
     "name": "ResizeBilinear",
     "schema": {