plural should be find (#5368)
* plural should be find plural should be find * Update to mention matmul op output
This commit is contained in:
parent
d131c5d35b
commit
832f5fa943
@ -99,7 +99,7 @@ sess = tf.Session()
|
|||||||
# The call 'run(product)' thus causes the execution of three ops in the
|
# The call 'run(product)' thus causes the execution of three ops in the
|
||||||
# graph: the two constants and matmul.
|
# graph: the two constants and matmul.
|
||||||
#
|
#
|
||||||
# The output of the op is returned in 'result' as a numpy `ndarray` object.
|
# The output of the matmul is returned in 'result' as a numpy `ndarray` object.
|
||||||
result = sess.run(product)
|
result = sess.run(product)
|
||||||
print(result)
|
print(result)
|
||||||
# ==> [[ 12.]]
|
# ==> [[ 12.]]
|
||||||
|
Loading…
Reference in New Issue
Block a user