Skip to content

Commit d6634ae

Browse files
committed
Fixed a bug with a function name spelling
1 parent 0768e57 commit d6634ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/1_Introduction/basic_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
# Define some operations
3232
add = tf.add(a, b)
33-
mul = tf.mul(a, b)
33+
mul = tf.multiply(a, b)
3434

3535
# Launch the default graph.
3636
with tf.Session() as sess:

0 commit comments

Comments
 (0)