tf.QueueBase.from_list(index, queues)
Create a queue using the queue reference from queues[index].
Args:
-
index: An integer scalar tensor that determines the input that gets selected. -
queues: A list ofQueueBaseobjects.
Returns:
A QueueBase object.
Raises:
-
TypeError: Whenqueuesis not a list ofQueueBaseobjects, or when the data types ofqueuesare not all the same.
Please login to continue.