Browse Source

Add Hailo test file (#1311)

Lutz Roeder 1 year ago
parent
commit
cb5312155d
3 changed files with 27 additions and 1 deletions
  1. 17 0
      source/hailo-metadata.json
  2. 2 1
      source/tengine-metadata.json
  3. 8 0
      test/models.json

+ 17 - 0
source/hailo-metadata.json

@@ -1016,6 +1016,7 @@
   },
   {
     "name": "const_input",
+    "category": "Constant",
     "description": "Constant input",
     "attributes": [
       {
@@ -1024,6 +1025,22 @@
         "description": "Name of this layer in the original framework, such as Pytorch or Tensorflow",
         "visible": false
       }]
+  },
+  {
+    "name": "inv_pos",
+    "category": "Activation"
+  },
+  {
+    "name": "exp",
+    "category": "Activation"
+  },
+  {
+    "name": "silu",
+    "category": "Activation"
+  },
+  {
+    "name": "layer_normalization",
+    "category": "Normalization"
   }
 ]
 

+ 2 - 1
source/tengine-metadata.json

@@ -111,7 +111,8 @@
     ]
   },
   {
-    "name": "Const"
+    "name": "Const",
+    "category": "Constant"
   },
   {
     "name": "Convolution",

+ 8 - 0
test/models.json

@@ -2100,6 +2100,14 @@
     "format":   "Hailo Archive v3.26.0.dev0",
     "link":     "https://github.com/lutzroeder/netron/issues/1058"
   },
+  {
+    "type":     "hailo",
+    "target":   "llama.hn",
+    "source":   "https://github.com/user-attachments/files/16163387/llama.hn.zip[llama.hn]",
+    "format":   "Hailo NN",
+    "tags":     "skip-render",
+    "link":     "https://github.com/lutzroeder/netron/issues/1058"
+  },
   {
     "type":     "hailo",
     "target":   "resnet_v1_8.hn",