An integer (optional). If specified, range_input_producer
produces each integer num_epochs times before generating an
OutOfRange error. If not specified, range_input_producer can cycle
through the integers an unlimited number of times.
shuffle
Boolean. If true, the integers are randomly shuffled within each
epoch.
seed
An integer (optional). Seed used if shuffle == True.
capacity
An integer. Sets the queue capacity.
shared_name
(optional). If set, this queue will be shared under the given
name across multiple sessions.
name
A name for the operations (optional).
Returns
A Queue with the output integers. A QueueRunner for the Queue
is added to the current Graph's QUEUE_RUNNER collection.
Eager Compatibility
Input pipelines based on Queues are not supported when eager execution is
enabled. Please use the tf.data API to ingest data under eager execution.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2020-10-01 UTC."],[],[]]