Prototype for tf.data writer API.
authorJiri Simsa <jsimsa@google.com>
Thu, 19 Apr 2018 17:14:09 +0000 (10:14 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 19 Apr 2018 17:17:04 +0000 (10:17 -0700)
commitbdcca449fc22cf1d8a1d6a2c01c3b67706d6023b
treea78407b0608865e5f1b06644fa93e693aa29d466
parent2273b62a769aa477f8d2ef02ca7dee253b8ea7b0
Prototype for tf.data writer API.

PiperOrigin-RevId: 193534333
tensorflow/contrib/data/python/kernel_tests/BUILD
tensorflow/contrib/data/python/kernel_tests/writer_ops_test.py [new file with mode: 0644]
tensorflow/contrib/data/python/ops/BUILD
tensorflow/contrib/data/python/ops/writers.py [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_DatasetToTFRecord.pbtxt [new file with mode: 0644]
tensorflow/core/framework/dataset.h
tensorflow/core/kernels/data/BUILD
tensorflow/core/kernels/data/writer_ops.cc [new file with mode: 0644]
tensorflow/core/ops/dataset_ops.cc