浏览代码

Merge pull request #108 from VikramTiwari/patch-2

Update basic_operations.ipynb
Aymeric Damien 8 年之前
父节点
当前提交
352ecdf76d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      notebooks/1_Introduction/basic_operations.ipynb

+ 2 - 2
notebooks/1_Introduction/basic_operations.ipynb

@@ -90,7 +90,7 @@
    "source": [
     "# Define some operations\n",
     "add = tf.add(a, b)\n",
-    "mul = tf.mul(a, b)"
+    "mul = tf.multiply(a, b)"
    ]
   },
   {
@@ -217,4 +217,4 @@
  },
  "nbformat": 4,
  "nbformat_minor": 0
-}
+}