aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/python/functions_and_classes/shard8/tf.RandomShuffleQueue.from_list.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/g3doc/api_docs/python/functions_and_classes/shard8/tf.RandomShuffleQueue.from_list.md')
-rw-r--r--tensorflow/g3doc/api_docs/python/functions_and_classes/shard8/tf.RandomShuffleQueue.from_list.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard8/tf.RandomShuffleQueue.from_list.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard8/tf.RandomShuffleQueue.from_list.md
new file mode 100644
index 0000000000..546ee36157
--- /dev/null
+++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard8/tf.RandomShuffleQueue.from_list.md
@@ -0,0 +1,21 @@
+#### `tf.RandomShuffleQueue.from_list(index, queues)` {#RandomShuffleQueue.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.
+