tf.QueueBase.from_list()

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 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.
doc_TensorFlow
2016-10-14 13:08:47
Comments
Leave a Comment

Please login to continue.