aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/mobile/optimizing.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/docs_src/mobile/optimizing.md')
-rw-r--r--tensorflow/docs_src/mobile/optimizing.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/tensorflow/docs_src/mobile/optimizing.md b/tensorflow/docs_src/mobile/optimizing.md
index 778e4d3a62..ca9cb043e9 100644
--- a/tensorflow/docs_src/mobile/optimizing.md
+++ b/tensorflow/docs_src/mobile/optimizing.md
@@ -233,8 +233,6 @@ 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.