Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0e9cf03

Browse files
author
Ashish Baghudana
committed
Mul operation has been deprecated in Tensorflow 1.0.0
1 parent 176ba8c commit 0e9cf03

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.muliply(a, b)
3434

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

0 commit comments

Comments
 (0)