aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-02-01 05:18:44 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-02-01 05:32:38 -0800
commit0392fe4438527c10961aed96193e2c6cc351eb60 (patch)
treeaa8982aa2150a8c9325422817a60f5b45cced141 /tensorflow/g3doc
parent55e1570b6d00fcaf124f07b43cbf7d7a08b59f38 (diff)
Update generated Python Op docs.
Change: 146231606
Diffstat (limited to 'tensorflow/g3doc')
-rw-r--r--tensorflow/g3doc/api_docs/python/contrib.graph_editor.md32
-rw-r--r--tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.contrib.graph_editor.SubGraphView.md32
2 files changed, 40 insertions, 24 deletions
diff --git a/tensorflow/g3doc/api_docs/python/contrib.graph_editor.md b/tensorflow/g3doc/api_docs/python/contrib.graph_editor.md
index 00830fbd8d..a612eda9d2 100644
--- a/tensorflow/g3doc/api_docs/python/contrib.graph_editor.md
+++ b/tensorflow/g3doc/api_docs/python/contrib.graph_editor.md
@@ -556,12 +556,16 @@ affected.
##### Args:
-* <b>`new_input_indices`</b>: an iterable of integers representing a mapping between
- the old inputs and the new ones. This mapping can be under-complete and
- must be without repetitions.
-* <b>`new_output_indices`</b>: an iterable of integers representing a mapping between
- the old outputs and the new ones. This mapping can be under-complete and
- can have repetitions.
+* <b>`new_input_indices`</b>: an iterable of integers or tf.Tensors
+ representing a mapping between the old inputs and the new ones.
+ Integers must be positive and smaller than the number of old inputs.
+ tf.Tensors must belong to the old list of inputs.
+ This mapping can be under-complete and must be without repetitions.
+* <b>`new_output_indices`</b>: an iterable of integers or tf.Tensors
+ representing a mapping between the old outputs and the new ones.
+ Integers must be positive and smaller than the number of old outputs.
+ tf.Tensors must belong to the old list of outputs.
+ This mapping can be under-complete and can have repetitions.
##### Returns:
@@ -602,9 +606,11 @@ affected.
##### Args:
-* <b>`new_input_indices`</b>: an iterable of integers representing a mapping between
- the old inputs and the new ones. This mapping can be under-complete and
- must be without repetitions.
+* <b>`new_input_indices`</b>: an iterable of integers or tf.Tensors
+ representing a mapping between the old inputs and the new ones.
+ Integers must be positive and smaller than the number of old inputs.
+ tf.Tensors must belong to the old list of inputs.
+ This mapping can be under-complete and must be without repetitions.
##### Returns:
@@ -627,9 +633,11 @@ affected.
##### Args:
-* <b>`new_output_indices`</b>: an iterable of integers representing a mapping between
- the old outputs and the new ones. This mapping can be under-complete and
- can have repetitions.
+* <b>`new_output_indices`</b>: an iterable of integers or tf.Tensors
+ representing a mapping between the old outputs and the new ones.
+ Integers must be positive and smaller than the number of old outputs.
+ tf.Tensors must belong to the old list of outputs.
+ This mapping can be under-complete and can have repetitions.
##### Returns:
diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.contrib.graph_editor.SubGraphView.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.contrib.graph_editor.SubGraphView.md
index 0af27cc8e3..07338f7185 100644
--- a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.contrib.graph_editor.SubGraphView.md
+++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.contrib.graph_editor.SubGraphView.md
@@ -351,12 +351,16 @@ affected.
##### Args:
-* <b>`new_input_indices`</b>: an iterable of integers representing a mapping between
- the old inputs and the new ones. This mapping can be under-complete and
- must be without repetitions.
-* <b>`new_output_indices`</b>: an iterable of integers representing a mapping between
- the old outputs and the new ones. This mapping can be under-complete and
- can have repetitions.
+* <b>`new_input_indices`</b>: an iterable of integers or tf.Tensors
+ representing a mapping between the old inputs and the new ones.
+ Integers must be positive and smaller than the number of old inputs.
+ tf.Tensors must belong to the old list of inputs.
+ This mapping can be under-complete and must be without repetitions.
+* <b>`new_output_indices`</b>: an iterable of integers or tf.Tensors
+ representing a mapping between the old outputs and the new ones.
+ Integers must be positive and smaller than the number of old outputs.
+ tf.Tensors must belong to the old list of outputs.
+ This mapping can be under-complete and can have repetitions.
##### Returns:
@@ -397,9 +401,11 @@ affected.
##### Args:
-* <b>`new_input_indices`</b>: an iterable of integers representing a mapping between
- the old inputs and the new ones. This mapping can be under-complete and
- must be without repetitions.
+* <b>`new_input_indices`</b>: an iterable of integers or tf.Tensors
+ representing a mapping between the old inputs and the new ones.
+ Integers must be positive and smaller than the number of old inputs.
+ tf.Tensors must belong to the old list of inputs.
+ This mapping can be under-complete and must be without repetitions.
##### Returns:
@@ -422,9 +428,11 @@ affected.
##### Args:
-* <b>`new_output_indices`</b>: an iterable of integers representing a mapping between
- the old outputs and the new ones. This mapping can be under-complete and
- can have repetitions.
+* <b>`new_output_indices`</b>: an iterable of integers or tf.Tensors
+ representing a mapping between the old outputs and the new ones.
+ Integers must be positive and smaller than the number of old outputs.
+ tf.Tensors must belong to the old list of outputs.
+ This mapping can be under-complete and can have repetitions.
##### Returns: