aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/data/kernel_tests
Commit message (Expand)AuthorAge
* Fix the seeding for `Dataset.shuffle(..., reshuffle_each_iteration=False)`.Gravatar Derek Murray2018-10-08
* Automated rollback of commit 09b0fc199129e0f487a39741bdf674cf09035cbcGravatar Derek Murray2018-10-08
* [tf.data] Choose non-deterministic seed once per Python-level `Dataset` object.Gravatar Derek Murray2018-10-08
* [tf.data] Adding specialization for `MapDataset`, `ParallelMapDataset`, and `...Gravatar Jiri Simsa2018-10-08
* Automated rollback of commit ae0bc6f006497cc04a2ee75166d4ec71c7154fd8Gravatar Jiri Simsa2018-10-05
* [tf.data] Adding specialization for `MapDataset`, `ParallelMapDataset`, and `...Gravatar Jiri Simsa2018-10-05
* Automated rollback of commit 6b538d9ce54e878576131cde0c76e43a893180c2Gravatar Smit Hinsu2018-10-04
* [tf.data] Clean up tests for `tf.data.experimental`.Gravatar Derek Murray2018-10-04
* Automated rollback of commit 70a395f9795a48c21bc35cdf1dc44778f73a7bbaGravatar A. Unique TensorFlower2018-10-04
* Update size of multi_device_iterator_test to medium to fix timeoutsGravatar Smit Hinsu2018-10-03
* [tf.data] Adding `tf.data.Options()`, `tf.data.Dataset.options()`, and `tf.da...Gravatar Jiri Simsa2018-10-01
* Automated rollback of commit d78595d333c9b5c8a0705ba6852c08b107d6c462Gravatar A. Unique TensorFlower2018-09-29
* Make cuda_py_test create a gpu and cpu target.Gravatar A. Unique TensorFlower2018-09-29
* [tf.data] Merged contrib.data's DatasetTestBase with the DatasetTestBase in c...Gravatar Rachel Lim2018-09-28
* [tf.data Introducing tf.data.Dataset.reduce() which reduces elements of a (fi...Gravatar Jiri Simsa2018-09-27
* [tf.data] Minor refactoring of tf.data tests.Gravatar Jiri Simsa2018-09-27
* [tf.data] Adding a private method for (recursively) tracking dataset inputs.Gravatar Jiri Simsa2018-09-25
* [tf.data] Add `tf.contrib.data.Optional` support to `Structure`.Gravatar Derek Murray2018-09-23
* Moving MultiDeviceIterator from contrib to core.Gravatar Rohan Jain2018-09-23
* [tf.data] Add a test for state persistence between iterators over the same Ma...Gravatar Derek Murray2018-09-18
* [tf.data] Introducing `tf.data.Dataset.window(size, shift, stride, drop_remai...Gravatar Jiri Simsa2018-09-17
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-17
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* [tf.data] Adding `use_inter_op_parallelism` attr to `ParallelMapDataset` and ...Gravatar Jiri Simsa2018-09-07
* [tf.data] Adding support for `num_parallel_calls` to `tf.data.Dataset.interle...Gravatar Jiri Simsa2018-09-06
* Test cleanupsGravatar Asim Shankar2018-09-04
* [tf.data] Add internal optimizations for executing simple functions in `MapDa...Gravatar Derek Murray2018-09-04
* [tf.data] Fixes error in `dataset.concatenate()`, now throws error if two inp...Gravatar Shivani Agrawal2018-08-22
* Move from deprecated self.test_session() to self.session() when a graph is set.Gravatar A. Unique TensorFlower2018-08-21
* [tf.data] Move captured function instantiation to iterator initialization time.Gravatar Derek Murray2018-08-21
* [tf.data] Add support for copying `Optional` variants to/from GPU.Gravatar Derek Murray2018-08-05
* [tf.data] Raise an InvalidArgumentError if the argument to Dataset.list_files...Gravatar Derek Murray2018-08-03
* [tf.data] Add checkpointing for memory-based `cache()`.Gravatar Jiri Simsa2018-08-03
* Split checkpoint management utility functions out of saver.pyGravatar Allen Lavoie2018-08-02
* [tf.data] Add new `Optional` type to represent missing data.Gravatar Derek Murray2018-08-01
* [Checkpointable] Make Iterator checkpointable.Gravatar Shivani Agrawal2018-08-01
* [tf.data] Mark //tensorflow/python/data/kernel_tests:iterator_ops_test as a C...Gravatar Derek Murray2018-07-30
* Creating a CopyToDeviceDataset that uses GeneratorDataset and remote function...Gravatar Rohan Jain2018-07-07
* [tf.data] Improve error message when the function return type is unsupported.Gravatar Derek Murray2018-07-07
* [tf.data] In `Dataset.padded_batch()` test, handle randomly created empty bat...Gravatar Derek Murray2018-06-29
* [tf.data] Add benchmark for batching sparse tensors.Gravatar Derek Murray2018-06-25
* [tf.data] Internal change to nested `Dataset` handling in functions. No funct...Gravatar Derek Murray2018-06-21
* [tf.data] Adding support for tf.data.Dataset.prefetch(buffer_size=0).Gravatar Jiri Simsa2018-06-14
* [tf.data] Improve the error messages for `Dataset.from_generator()`.Gravatar Derek Murray2018-06-11
* [tf.data] Adding `drop_remainder` argument to `tf.data.Dataset.batch()` and `...Gravatar Jiri Simsa2018-06-08
* [tf.data] Print an actionable warning when a lookup table is created in a fun...Gravatar Derek Murray2018-06-08
* [tf.data] Improve the error message for `Dataset.padded_batch()`.Gravatar Derek Murray2018-06-08
* [tf.data] Input pipeline rewrites prototype.Gravatar Jiri Simsa2018-06-03
* Add AnonymousIteratorHandleOp for non-shared Iterator resourcesGravatar Allen Lavoie2018-05-29
* [tf.data] Accept NumPy dtype objects in `Dataset.from_generator(..., output_t...Gravatar Derek Murray2018-05-16