[tf.data] Split out the `tf.contrib.data.sample_from_datasets()` tests.
authorDerek Murray <mrry@google.com>
Thu, 24 May 2018 00:32:54 +0000 (17:32 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 24 May 2018 00:35:41 +0000 (17:35 -0700)
commitfd839c3980d4fb40bbe92fb8fa3105e2330334fc
treea60238cd5e5dd8230ebd3099e376bf38458a2c0e
parent437015dba0da9db86b8b97cb12e4fdd055479007
[tf.data] Split out the `tf.contrib.data.sample_from_datasets()` tests.

These were previously broken and disabled in CI builds; this change also fixes
them up.

PiperOrigin-RevId: 197818554
tensorflow/contrib/cmake/tf_core_kernels.cmake
tensorflow/contrib/data/python/kernel_tests/BUILD
tensorflow/contrib/data/python/kernel_tests/directed_interleave_dataset_test.py [new file with mode: 0644]
tensorflow/contrib/data/python/kernel_tests/interleave_dataset_op_test.py