Skip to content

Commit 21220ca

Browse files
Merge pull request aymericdamien#122 from ashishbaghudana/master
Mul operation has been deprecated in Tensorflow 1.0.0
2 parents c17baeb + 0e9cf03 commit 21220ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)