Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176ba8c commit 0e9cf03Copy full SHA for 0e9cf03
examples/1_Introduction/basic_operations.py
@@ -30,7 +30,7 @@
30
31
# Define some operations
32
add = tf.add(a, b)
33
-mul = tf.mul(a, b)
+mul = tf.muliply(a, b)
34
35
# Launch the default graph.
36
with tf.Session() as sess:
0 commit comments