Browse Source

Fix CoreML add metadata

Lutz Roeder 8 years ago
parent
commit
b947e826a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/coreml-operator.json

+ 1 - 1
src/coreml-operator.json

@@ -181,7 +181,7 @@
       "description": "A layer that performs elementwise addition.",
       "inputs": [
         { "name": "x" },
-        { "name": "z" }
+        { "name": "y" }
       ],
       "outputs": [
         { "name": "z" }