浏览代码

Update mxnet-metadata.json

Lutz Roeder 7 年之前
父节点
当前提交
590c425cf1
共有 1 个文件被更改,包括 14 次插入0 次删除
  1. 14 0
      src/mxnet-metadata.json

+ 14 - 0
src/mxnet-metadata.json

@@ -180,6 +180,20 @@
       ]
     }
   },
+  {
+    "name": "LeakyReLU",
+    "schema": {
+      "category": "Activation",
+      "inputs": [
+        {
+          "name": "input"
+        },
+        {
+          "name": "weight"
+        }
+      ]
+    }
+  },
   {
     "name": "Activation",
     "schema": {