aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/debug/debug_graph_utils.h
diff options
context:
space:
mode:
authorGravatar Shanqing Cai <cais@google.com>2016-11-22 17:30:19 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-11-22 17:44:29 -0800
commitef2a926ec05dfd337d84279aafa58b22f0f36123 (patch)
treeb8c46584d7a585698ab6ba308d43c5ce20e8c749 /tensorflow/core/debug/debug_graph_utils.h
parentcce0d12e13e87401a47d05145551b5a87d1167b3 (diff)
tfdbg core: implement gRPC debug URLs
Change: 139976177
Diffstat (limited to 'tensorflow/core/debug/debug_graph_utils.h')
-rw-r--r--tensorflow/core/debug/debug_graph_utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/core/debug/debug_graph_utils.h b/tensorflow/core/debug/debug_graph_utils.h
index 209755a602..1b37ddf9d8 100644
--- a/tensorflow/core/debug/debug_graph_utils.h
+++ b/tensorflow/core/debug/debug_graph_utils.h
@@ -94,11 +94,11 @@ class DebugNodeInserter {
const protobuf::RepeatedPtrField<DebugTensorWatch>& watches, Graph* graph,
Device* device);
- // Get canonical name of the copy node.
+ // Get canonical name of a copy node.
static const string GetCopyNodeName(const string& node_name,
const int output_slot);
- // Get canonical name of the debug node.
+ // Get canonical name of a debug node.
static const string GetDebugNodeName(const string& tensor_name,
const int debug_op_num,
const string& debug_op_name);