#### `tf.FIFOQueue.from_list(index, queues)` {#FIFOQueue.from_list} 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 of `QueueBase` objects. ##### Returns: A `QueueBase` object. ##### Raises: * `TypeError`: When `queues` is not a list of `QueueBase` objects, or when the data types of `queues` are not all the same.