Is tf.datapipeline supported? how about prefetch_to_device?

Both tf.datapipeline and tf.data.prefetch_to_device are supported. Datapipelines without prefetch_to_device are expected to work as is. With prefetch_to_device, please refer to the Model Performance Optimization guide for more information