aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/data/kernel_tests/BUILD
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
* Automated rollback of commit 6b538d9ce54e878576131cde0c76e43a893180c2Gravatar Smit Hinsu2018-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] Introducing `tf.data.Dataset.window(size, shift, stride, drop_remai...Gravatar Jiri Simsa2018-09-17
* [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
* [tf.data] Add support for copying `Optional` variants to/from GPU.Gravatar Derek Murray2018-08-05
* [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] Adding support for tf.data.Dataset.prefetch(buffer_size=0).Gravatar Jiri Simsa2018-06-14
* [tf.data] Adding `drop_remainder` argument to `tf.data.Dataset.batch()` and `...Gravatar Jiri Simsa2018-06-08
* [tf.data] Input pipeline rewrites prototype.Gravatar Jiri Simsa2018-06-03
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* [tf.data] Fix bug where captured resources in shared iterators were invisible.Gravatar Derek Murray2018-02-01
* Set size of test //third_party/tensorflow/python/data/kernel_tests:dataset_fr...Gravatar A. Unique TensorFlower2018-01-25
* Add `grpc_enabled` optional argument to various Python test rules.Gravatar Derek Murray2017-12-11
* [tf.data] Move tests from python/kernel_tests to python/data/kernel_tests.Gravatar Derek Murray2017-12-08