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.
matmul
1 parent 8f45be5 commit 9142903Copy full SHA for 9142903
1 file changed
README.md
@@ -69,9 +69,9 @@ work, but there may be bugs or performance issues.
69
The first step in using TensorBoard is acquiring data from your TensorFlow run.
70
For this, you need
71
[summary ops](https://www.tensorflow.org/api_docs/python/tf/summary).
72
-Summary ops are ops, like
+Summary ops are ops, just like
73
[`tf.matmul`](https://www.tensorflow.org/api_docs/python/tf/linalg/matmul)
74
-or
+and
75
[`tf.nn.relu`](https://www.tensorflow.org/api_docs/python/tf/nn/relu),
76
which means they take in tensors, produce tensors, and are evaluated from within
77
a TensorFlow graph. However, summary ops have a twist: the Tensors they produce
0 commit comments