@@ -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
-}
+}