Explorar el Código

Fix CoreML add metadata

Lutz Roeder hace 8 años
padre
commit
b947e826a9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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" }