Explorar el Código

Update rknn-metadata.json

Lutz Roeder hace 3 años
padre
commit
170dce2ee7
Se han modificado 1 ficheros con 40 adiciones y 0 borrados
  1. 40 0
      source/rknn-metadata.json

+ 40 - 0
source/rknn-metadata.json

@@ -186,5 +186,45 @@
   {
   {
     "name": "Transpose",
     "name": "Transpose",
     "category": "Transform"
     "category": "Transform"
+  },
+  {
+    "name": "Split",
+    "category": "Tensor"
+  },
+  {
+    "name": "PoolingLayer2",
+    "category": "Pool"
+  },
+  {
+    "name": "Softmax2Layer",
+    "category": "Activation"
+  },
+  {
+    "name": "SoftMax2",
+    "category": "Activation"
+  },
+  {
+    "name": "TensorTranspose",
+    "category": "Transform"
+  },
+  {
+    "name": "ActivationLayer",
+    "category": "Activation"
+  },
+  {
+    "name": "LeakyReluLayer",
+    "category": "Activation"
+  },
+  {
+    "name": "ConvolutionLayer",
+    "category": "Layer"
+  },
+  {
+    "name": "TensorScale",
+    "category": "Layer"
+  },
+  {
+    "name": "BatchNormalizationLayer",
+    "category": "Normalization"
   }
   }
 ]
 ]