Sfoglia il codice sorgente

Update rknn-metadata.json

Lutz Roeder 3 anni fa
parent
commit
1dde3ecd7f
1 ha cambiato i file con 17 aggiunte e 0 eliminazioni
  1. 17 0
      source/rknn-metadata.json

+ 17 - 0
source/rknn-metadata.json

@@ -164,6 +164,15 @@
       { "name": "bias" }
       { "name": "bias" }
     ]
     ]
   },
   },
+  {
+    "name": "ConvTranspose",
+    "category": "Layer",
+    "inputs": [
+      { "name": "input" },
+      { "name": "weights" },
+      { "name": "bias" }
+    ]
+  },
   {
   {
     "name": "ConvRelu",
     "name": "ConvRelu",
     "category": "Layer",
     "category": "Layer",
@@ -285,6 +294,14 @@
     "name": "Sigmoid",
     "name": "Sigmoid",
     "category": "Activation"
     "category": "Activation"
   },
   },
+  {
+    "name": "LeakyRelu",
+    "category": "Activation"
+  },
+  {
+    "name": "HardSigmoid",
+    "category": "Activation"
+  },
   {
   {
     "name": "exSwish",
     "name": "exSwish",
     "category": "Activation"
     "category": "Activation"