aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/python/functions_and_classes/shard7/tf.QueueBase.from_list.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/g3doc/api_docs/python/functions_and_classes/shard7/tf.QueueBase.from_list.md')
-rw-r--r--tensorflow/g3doc/api_docs/python/functions_and_classes/shard7/tf.QueueBase.from_list.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard7/tf.QueueBase.from_list.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard7/tf.QueueBase.from_list.md
deleted file mode 100644
index d9a2e7c71f..0000000000
--- a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard7/tf.QueueBase.from_list.md
+++ /dev/null
@@ -1,21 +0,0 @@
-#### `tf.QueueBase.from_list(index, queues)` {#QueueBase.from_list}
-
-Create a queue using the queue reference from `queues[index]`.
-
-##### Args:
-
-
-* <b>`index`</b>: An integer scalar tensor that determines the input that gets
- selected.
-* <b>`queues`</b>: A list of `QueueBase` objects.
-
-##### Returns:
-
- A `QueueBase` object.
-
-##### Raises:
-
-
-* <b>`TypeError`</b>: When `queues` is not a list of `QueueBase` objects,
- or when the data types of `queues` are not all the same.
-