aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/tfprof/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tools/tfprof/README.md')
-rw-r--r--tensorflow/tools/tfprof/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/tensorflow/tools/tfprof/README.md b/tensorflow/tools/tfprof/README.md
index 816ad8c07e..e86584acd1 100644
--- a/tensorflow/tools/tfprof/README.md
+++ b/tensorflow/tools/tfprof/README.md
@@ -1,6 +1,6 @@
# tfprof: TensorFlow Profiler and Beyond
-###Features
+### Features
* Profile model architectures
* parameters, tensor shapes, float operations, device placement, etc.
@@ -13,7 +13,7 @@
* operation configuration check
* distributed runtime check (Not OSS)
-###Interfaces
+### Interfaces
* Python API
* Command Line
@@ -51,7 +51,7 @@ See [Options](g3doc/options.md) for detail instructions.
-output stdout:
```
-###Tutorials
+### Tutorials
* [Python API](g3doc/python_api.md)
* [Command Line Interface](g3doc/command_line.md)