aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/profiler
diff options
context:
space:
mode:
authorGravatar Sourabh Bajaj <sourabhbajaj@google.com>2018-01-17 13:14:48 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-01-17 13:18:49 -0800
commitd8697935d334bb0f2e1c9bccfe9a2a7bee9785cc (patch)
tree134cec2030a5e3fd3edef20e739c133c8940f257 /tensorflow/core/profiler
parent7699ea8bee2ee9d0d5c93706cf1357a36c60ef58 (diff)
Merge changes from github.
PiperOrigin-RevId: 182258809
Diffstat (limited to 'tensorflow/core/profiler')
-rw-r--r--tensorflow/core/profiler/g3doc/options.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/core/profiler/g3doc/options.md b/tensorflow/core/profiler/g3doc/options.md
index dd12f76d6f..7f2cd3f698 100644
--- a/tensorflow/core/profiler/g3doc/options.md
+++ b/tensorflow/core/profiler/g3doc/options.md
@@ -112,8 +112,8 @@ accelerator_micros and cpu_micros. Note: cpu and accelerator can run in parallel
`-account_displayed_op_only`: If True, only account the statistics of ops eventually displayed. If False, account all op statistics matching -account_type_regexes recursively.
-
-Notes: See <b>overview</b> sesion on how does above options play with each other to decide the output and counting.
+Notes: See <b>overview</b> session on how does above options play with each
+other to decide the output and counting.
`-select`: Comma-separated list of attributes to show. Supported attributes:
[bytes|peak_bytes|residual_bytes|output_bytes|micros|accelerator_micros|cpu_micros|params|float_ops|occurrence|tensor_value|device|op_types|input_shapes].