History log of /external/tensorflow/tensorflow/contrib/data/python/ops/error_ops.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7e3acec7cdff6175a5af8f824fe1782d7c95a556 08-Feb-2018 Derek Murray <mrry@google.com> [tf.data] Move C++ code backing `tf.contrib.data.ignore_errors()` to contrib.

This change moves the `OpKernel` and `DatasetBase` implementations to
"tensorflow/contrib/data/kernels", where they are packaged as a custom
op library. This demonstrates (and enforces by continuous integration)
the ability to build a C++ Dataset implementation in a custom op
library.

Other contrib Dataset implementations will move in subsequent changes.

PiperOrigin-RevId: 184938885
/external/tensorflow/tensorflow/contrib/data/python/ops/error_ops.py
98ef53d5541049655c9160130595253fdefd4590 17-Nov-2017 Jiri Simsa <jsimsa@google.com> Remove `tf.data.SparseType` and instead use `tf.data.Dataset.output_classes` as the means for recording the class type of the dataset elements.

PiperOrigin-RevId: 176147440
/external/tensorflow/tensorflow/contrib/data/python/ops/error_ops.py
92f40bfe3beaf087efbda8412bf129a12bcd9db2 13-Nov-2017 Jiri Simsa <jsimsa@google.com> Supporting sparse tensors as inputs and outputs for user-defined functions passed into tf.data transformations.

PiperOrigin-RevId: 175559045
/external/tensorflow/tensorflow/contrib/data/python/ops/error_ops.py
18135df3a56d0fb0a4f8e93d7b8332e4de3283e2 08-Nov-2017 A. Unique TensorFlower <gardener@tensorflow.org> Automated g4 rollback of changelist 174912490

PiperOrigin-RevId: 174961746
/external/tensorflow/tensorflow/contrib/data/python/ops/error_ops.py
dacce477d4831540dda1e68d6d0f8f017aab0020 07-Nov-2017 Derek Murray <mrry@google.com> [tf.data] Move contrib op registrations to tensorflow/contrib/data/ops.

This change moves the contrib-level Dataset ops out of the core op
libraries (where they were placed for short-term technical reasons)
into a more appropriate location in contrib. This enables us to modify
the signatures of these ops without being subject to the core
backwards compatibility requirements. (We currently must modify the
backwards compatibility ledger each time we make an allowed change to
a contrib op.) For now, the kernel implementations remain in the core
library, because they depend on headers that are not part of the
public API.

The change also removes some code testing contrib features in the core
kernel_tests, since it relies on the contrib op registrations and was
already adequately tested in the contrib tests.

PiperOrigin-RevId: 174912490
/external/tensorflow/tensorflow/contrib/data/python/ops/error_ops.py
8818469ff81e8877eb7f042df19241b5eaa31637 05-Oct-2017 Derek Murray <mrry@google.com> [tf.data] Update more `tf.contrib.data` references to `tf.data`.

PiperOrigin-RevId: 171182644
/external/tensorflow/tensorflow/contrib/data/python/ops/error_ops.py
b0b4b608dcc68a9efeaa325e069275bae0de045d 28-Sep-2017 Derek Murray <mrry@google.com> [tf.data] Rename `Dataset.make_dataset_resource()` to `Dataset._as_variant_tensor()`.

This method is not intended to be part of the public API for users, so this
change will remove it from the documentation.

PiperOrigin-RevId: 170395458
/external/tensorflow/tensorflow/contrib/data/python/ops/error_ops.py
d65a349bee40d4d169d0b70bf0d793ea96dae9f0 27-Sep-2017 A. Unique TensorFlower <gardener@tensorflow.org> Internal minor restructuring

PiperOrigin-RevId: 170250936
/external/tensorflow/tensorflow/contrib/data/python/ops/error_ops.py