aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/copy_graph
diff options
context:
space:
mode:
authorGravatar Jonathan Hseu <jhseu@google.com>2016-11-16 17:04:14 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-11-16 17:22:34 -0800
commit7e8728662120df0a80720bb7527613f96d58271e (patch)
tree7a224c0cbd874c05be01445750d1526166abed0b /tensorflow/contrib/copy_graph
parentd38fb783e5c1801949ea9ccebfd14afa1cb17dff (diff)
Rename `Tensor` to `Output` in all Python docs
Generated by running: $ find . -name '*.py' | xargs sed -i 's/a `Tensor`/an `Output`/g' $ find . -name '*.py' | xargs sed -i 's/A `Tensor`/An `Output`/g' $ find . -name '*.py' | xargs sed -i 's/`Tensor`/`Output`/g' $ find . -name '*.py' | xargs sed -i 's/`tf.Tensor`/`tf.Output`/g' $ find . -name '*.py' | xargs sed -i 's/`Tensors`/`Output`s/g' $ find . -name '*.py' | xargs sed -i 's/#Tensor)/#Output)/g' $ find . -name '*.py' | xargs sed -i 's/#Tensor\./#Output./g' Manually fixed up lines that exceeded 80 characters after the change. Change: 139400135
Diffstat (limited to 'tensorflow/contrib/copy_graph')
-rw-r--r--tensorflow/contrib/copy_graph/python/util/copy_elements.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/copy_graph/python/util/copy_elements.py b/tensorflow/contrib/copy_graph/python/util/copy_elements.py
index 19d67ad490..3850d45749 100644
--- a/tensorflow/contrib/copy_graph/python/util/copy_elements.py
+++ b/tensorflow/contrib/copy_graph/python/util/copy_elements.py
@@ -122,7 +122,7 @@ def copy_op_to_graph(org_instance, to_graph, variables,
The copied `Operation` from `to_graph`.
Raises:
- TypeError: If `org_instance` is not an `Operation` or `Tensor`.
+ TypeError: If `org_instance` is not an `Operation` or `Output`.
"""
#The name of the new instance