[tf.data] Add public header "tensorflow/core/framework/dataset.h".
authorDerek Murray <mrry@google.com>
Sat, 3 Feb 2018 01:09:59 +0000 (17:09 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Sat, 3 Feb 2018 01:17:20 +0000 (17:17 -0800)
commit245f6c840c86f79a0e42d81ca84b8ce5eeb4c396
treeeda58f18076f2c01a1dce48f83b9346eda3eb239
parentcb2828a844ccaf0394e602d15fd95e45073729a2
[tf.data] Add public header "tensorflow/core/framework/dataset.h".

This adds the ability to create a custom C++ Dataset implementation
without linking it statically into the TensorFlow library.  Note that
this internal API is experimental and subject to change between
versions of TensorFlow.

Fixes #16682.

PiperOrigin-RevId: 184356318
tensorflow/core/BUILD
tensorflow/core/framework/dataset.h [new file with mode: 0644]
tensorflow/core/kernels/data/dataset.h