tf.compat.v1.train.add_queue_runner

Adds a QueueRunner to a collection in the graph. (deprecated)

Migrate to TF2

QueueRunners are not compatible with eager execution. Instead, please use tf.data to get data into your model.