Added tf.contrib.data.make_batched_features_dataset as replacement of tf.contrib...
authorKatherine Wu <kathywu@google.com>
Wed, 7 Mar 2018 23:03:32 +0000 (15:03 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 7 Mar 2018 23:09:31 +0000 (15:09 -0800)
commitfaa09ad9d3eb9f7a4dcd7c11f3b1e22e13496afd
tree275c56ae403cc1bdae20dd4dc3edbcfbd9a4a825
parent5e7b3556619a4a6450b588d8b2f173729ffc9203
Added tf.contrib.data.make_batched_features_dataset as replacement of tf.contrib.learn.io.read_batch_features. Added warning about the deprecation of tf.contrib.data.read_batch_features.

PiperOrigin-RevId: 188240046
tensorflow/contrib/data/__init__.py
tensorflow/contrib/data/python/kernel_tests/BUILD
tensorflow/contrib/data/python/kernel_tests/reader_dataset_ops_test.py
tensorflow/contrib/data/python/ops/BUILD
tensorflow/contrib/data/python/ops/readers.py