Browse Source

Update basic_operations.ipynb

Vikram 8 years ago
parent
commit
4c844fbd0b
1 changed files with 2 additions and 2 deletions
  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
-}
+}