Created by: sandyhouse
PR types: 'New features'
PR changes: 'Ops'
Describe: Add queue_generator_op, dequeue_op, enqueue_op, which are the basic of pipeline. The queue is used to transfer tensor data between devices. The underlying of a queue is a LoDTensorBlockingqueue.