[tf.data] Add `tf.contrib.data.choose_from_datasets()`.
authorDerek Murray <mrry@google.com>
Thu, 24 May 2018 18:37:12 +0000 (11:37 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 24 May 2018 18:39:52 +0000 (11:39 -0700)
commit6e96bf989014ef3079d668c93f3ebebff30e3e37
treee1da3d63f12bc8853c19a1370f2d8cf57d0fca66
parentd9c3057d8e2f9f0e8bc5c48522a5176a73af11b8
[tf.data] Add `tf.contrib.data.choose_from_datasets()`.

This is a deterministic counterpart to `tf.contrib.data.sample_from_datasets()`.

PiperOrigin-RevId: 197926386
tensorflow/contrib/data/__init__.py
tensorflow/contrib/data/python/kernel_tests/directed_interleave_dataset_test.py
tensorflow/contrib/data/python/ops/interleave_ops.py