aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard/components/tf-graph-dashboard/tf-graph-dashboard.html
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tensorboard/components/tf-graph-dashboard/tf-graph-dashboard.html')
-rw-r--r--tensorflow/tensorboard/components/tf-graph-dashboard/tf-graph-dashboard.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/tensorboard/components/tf-graph-dashboard/tf-graph-dashboard.html b/tensorflow/tensorboard/components/tf-graph-dashboard/tf-graph-dashboard.html
index d26bf2e8f4..e0c0184864 100644
--- a/tensorflow/tensorboard/components/tf-graph-dashboard/tf-graph-dashboard.html
+++ b/tensorflow/tensorboard/components/tf-graph-dashboard/tf-graph-dashboard.html
@@ -37,7 +37,7 @@ by default. The user can select a different run from a dropdown menu.
</p>
<p>
To store a graph, create a
- <code>tf.python.training.summary_io.SummaryWriter</code>
+ <code>tf.train.SummaryWriter</code>
and pass the graph either via the constructor, or by calling its
<code>add_graph()</code> method.
</p>