aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/profiler/g3doc/python_api.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/profiler/g3doc/python_api.md')
-rw-r--r--tensorflow/core/profiler/g3doc/python_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/profiler/g3doc/python_api.md b/tensorflow/core/profiler/g3doc/python_api.md
index 42a89d22a1..0daac655c4 100644
--- a/tensorflow/core/profiler/g3doc/python_api.md
+++ b/tensorflow/core/profiler/g3doc/python_api.md
@@ -24,7 +24,7 @@ opts = ProfileOptionBuilder(
).build()
param_stats = tf.profiler.profile(
tf.get_default_graph(),
- cmd='code'
+ cmd='code',
options=opts)
# param_stats can be tensorflow.tfprof.GraphNodeProto or