aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Ou Changkun <hi@changkun.us>2018-03-27 00:57:52 +0200
committerGravatar Rasmus Munk Larsen <rmlarsen@google.com>2018-03-26 15:57:52 -0700
commit73f40467bde137e2e2b31297b73944cc2830bdb7 (patch)
tree9bfad459e4d9592c3d7f7c842c00f106e2a5e7c9
parent0a86c23860968c66e95b9b6e930d14fac2699889 (diff)
Fix missing interpretation of document (#17990)
* Fix missing interpretation of document * Rephrase the sentence of missing interpretation
-rw-r--r--tensorflow/docs_src/mobile/optimizing.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/docs_src/mobile/optimizing.md b/tensorflow/docs_src/mobile/optimizing.md
index ca9cb043e9..778e4d3a62 100644
--- a/tensorflow/docs_src/mobile/optimizing.md
+++ b/tensorflow/docs_src/mobile/optimizing.md
@@ -233,6 +233,8 @@ order by how long they took. From left to right, the columns are:
- The cumulative total time of this and the previous ops in the table. This is
handy for understanding what the distribution of work is across the layers, to
see if just a few of the nodes are taking up most of the time.
+
+- The amount of memory consumed by outputs of this type of op.
- Name of the node.