Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9142903

Browse files
authored
docs: clarify that matmul, etc. are not summary ops (#3681)
When I first read, it sounded as if matmult was a summary operator. adding 'just' and 'and', I feel, makes all the difference.
1 parent 8f45be5 commit 9142903

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ work, but there may be bugs or performance issues.
6969
The first step in using TensorBoard is acquiring data from your TensorFlow run.
7070
For this, you need
7171
[summary ops](https://www.tensorflow.org/api_docs/python/tf/summary).
72-
Summary ops are ops, like
72+
Summary ops are ops, just like
7373
[`tf.matmul`](https://www.tensorflow.org/api_docs/python/tf/linalg/matmul)
74-
or
74+
and
7575
[`tf.nn.relu`](https://www.tensorflow.org/api_docs/python/tf/nn/relu),
7676
which means they take in tensors, produce tensors, and are evaluated from within
7777
a TensorFlow graph. However, summary ops have a twist: the Tensors they produce

0 commit comments

Comments
 (0)