aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/profiler/g3doc/profile_model_architecture.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/profiler/g3doc/profile_model_architecture.md')
-rw-r--r--tensorflow/core/profiler/g3doc/profile_model_architecture.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/tensorflow/core/profiler/g3doc/profile_model_architecture.md b/tensorflow/core/profiler/g3doc/profile_model_architecture.md
index a42b2e918d..61bb66bd21 100644
--- a/tensorflow/core/profiler/g3doc/profile_model_architecture.md
+++ b/tensorflow/core/profiler/g3doc/profile_model_architecture.md
@@ -1,9 +1,9 @@
-##Profile Model Architecture
+## Profile Model Architecture
* [Profile Model Parameters](#profile-model-parameters)
* [Profile Model Float Operations](#profile-model-float-operations)
-###Profile Model Parameters
+### Profile Model Parameters
<b>Notes:</b>
`VariableV2` operation type might contain variables created by TensorFlow
@@ -39,9 +39,9 @@ param_stats = tf.profiler.profile(
sys.stdout.write('total_params: %d\n' % param_stats.total_parameters)
```
-###Profile Model Float Operations
+### Profile Model Float Operations
-####Caveats
+#### Caveats
For an operation to have float operation statistics: