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 5a79b2c commit 00e2927Copy full SHA for 00e2927
examples/1_Introduction/basic_operations.py
@@ -30,7 +30,7 @@
30
31
# Define some operations
32
add = tf.add(a, b)
33
-mul = tf.muliply(a, b)
+mul = tf.multiply(a, b)
34
35
# Launch the default graph.
36
with tf.Session() as sess:
0 commit comments