aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/debug/lib/debug_data.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/debug/lib/debug_data.py')
-rw-r--r--tensorflow/python/debug/lib/debug_data.py24
1 files changed, 12 insertions, 12 deletions
diff --git a/tensorflow/python/debug/lib/debug_data.py b/tensorflow/python/debug/lib/debug_data.py
index 3335657a61..a51d8a7774 100644
--- a/tensorflow/python/debug/lib/debug_data.py
+++ b/tensorflow/python/debug/lib/debug_data.py
@@ -1397,7 +1397,7 @@ class DebugDumpDir(object):
Args:
node_name: Name of the node in question.
device_name: (`str`) name of the device. If there is only one device or if
- node_name exists on only one device, this argumnet is optional.
+ node_name exists on only one device, this argument is optional.
Returns:
Attributes of the node.
@@ -1419,7 +1419,7 @@ class DebugDumpDir(object):
is_control: (`bool`) Whether control inputs, rather than non-control
inputs, are to be returned.
device_name: (`str`) name of the device. If there is only one device or if
- node_name exists on only one device, this argumnet is optional.
+ node_name exists on only one device, this argument is optional.
Returns:
(`list` of `str`) inputs to the node, as a list of node names.
@@ -1455,7 +1455,7 @@ class DebugDumpDir(object):
the source (e.g., A in this case). So the reverse direction of the ref
edge reflects the direction of information flow.
device_name: (`str`) name of the device. If there is only one device or if
- node_name exists on only one device, this argumnet is optional.
+ node_name exists on only one device, this argument is optional.
Returns:
(`list` of `str`) all transitive inputs to the node, as a list of node
@@ -1524,7 +1524,7 @@ class DebugDumpDir(object):
the source (e.g., A in this case). So the reverse direction of the ref
edge reflects the direction of information flow.
device_name: (`str`) name of the device. If there is only one device or if
- node_name exists on only one device, this argumnet is optional.
+ node_name exists on only one device, this argument is optional.
Returns:
A path from the src_node_name to dst_node_name, as a `list` of `str`, if
@@ -1581,7 +1581,7 @@ class DebugDumpDir(object):
is_control: (`bool`) whether control outputs, rather than non-control
outputs, are to be returned.
device_name: (`str`) name of the device. If there is only one device or if
- node_name exists on only one device, this argumnet is optional.
+ node_name exists on only one device, this argument is optional.
Returns:
(`list` of `str`) all inputs to the node, as a list of node names.
@@ -1675,7 +1675,7 @@ class DebugDumpDir(object):
Args:
node_name: (`str`) name of the node.
device_name: (`str`) name of the device. If there is only one device or if
- node_name exists on only one device, this argumnet is optional.
+ node_name exists on only one device, this argument is optional.
Returns:
(`str`) op type of the node.
@@ -1698,7 +1698,7 @@ class DebugDumpDir(object):
Args:
node_name: (`str`) name of the node.
device_name: (`str`) name of the device. If there is only one device or if
- node_name exists on only one device, this argumnet is optional.
+ node_name exists on only one device, this argument is optional.
Returns:
(`list` of `str`) all debug tensor watch keys. Returns an empty list if
@@ -1732,7 +1732,7 @@ class DebugDumpDir(object):
Args:
debug_watch_key: (`str`) debug watch key.
device_name: (`str`) name of the device. If there is only one device or if
- the specified debug_watch_key exists on only one device, this argumnet
+ the specified debug_watch_key exists on only one device, this argument
is optional.
Returns:
@@ -1813,7 +1813,7 @@ class DebugDumpDir(object):
output_slot: (`int`) output slot index of tensor.
debug_op: (`str`) name of the debug op.
device_name: (`str`) name of the device. If there is only one device or if
- the specified debug_watch_key exists on only one device, this argumnet
+ the specified debug_watch_key exists on only one device, this argument
is optional.
Returns:
@@ -1846,7 +1846,7 @@ class DebugDumpDir(object):
output_slot: (`int`) output slot index of tensor.
debug_op: (`str`) name of the debug op.
device_name: (`str`) name of the device. If there is only one device or if
- the specified debug_watch_key exists on only one device, this argumnet
+ the specified debug_watch_key exists on only one device, this argument
is optional.
Returns:
@@ -1884,7 +1884,7 @@ class DebugDumpDir(object):
output_slot: (`int`) output slot index of tensor.
debug_op: (`str`) name of the debug op.
device_name: (`str`) name of the device. If there is only one device or if
- the specified debug_watch_key exists on only one device, this argumnet
+ the specified debug_watch_key exists on only one device, this argument
is optional.
Returns:
@@ -1918,7 +1918,7 @@ class DebugDumpDir(object):
output_slot: (`int`) output slot index of tensor.
debug_op: (`str`) name of the debug op.
device_name: (`str`) name of the device. If there is only one device or if
- the specified debug_watch_key exists on only one device, this argumnet
+ the specified debug_watch_key exists on only one device, this argument
is optional.
Returns: