aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/data/util
Commit message (Expand)AuthorAge
* [tf.data] Lift parameterized test parameters into lambdas if they create TF ops.Gravatar Derek Murray2018-10-09
* 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] Add `tf.contrib.data.Optional` support to `Structure`.Gravatar Derek Murray2018-09-23
* Automated rollback of commit d31f360e1574553ed23b8d483512a2065ac426ebGravatar A. Unique TensorFlower2018-09-11
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* Automated rollback of commit 39b2fb7cfef489424fead18ec5174d8e8b2a9a1aGravatar Akshay Modi2018-09-09
* Remove unnecessary function calls from data/util/nest.pyGravatar Akshay Modi2018-09-07
* [tf.data] Fixes error in `dataset.concatenate()`, now throws error if two inp...Gravatar Shivani Agrawal2018-08-22
* [tf.data] Add a `Structure` class that represents output_{types,shapes,classes}.Gravatar Derek Murray2018-08-18
* Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
* Removing redundant comment.Gravatar Shivani Agrawal2018-07-17
* Replace unnecessary `()` in `run_in_graph_and_eager_modes()`.Gravatar Tom Hennigan2018-06-22
* [tf.data] Factor out `output_shapes` and `output_types` attr-setting code int...Gravatar Derek Murray2018-06-13
* [tf.data] Improve the error message for `Dataset.padded_batch()`.Gravatar Derek Murray2018-06-08
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* Improvements to util/nest.py and data/util/nest.pyGravatar Akshay Modi2018-05-21
* Removing remove_undocumented calls from tensorflow/python.Gravatar Anna R2018-04-25
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* [tf.data] Unify behavior for `Dataset.shuffle(..., seed=0)` and `Dataset.shuf...Gravatar Derek Murray2018-02-27
* Merge changes from github.Gravatar Michael Case2018-02-07
* Fix nest bug with different dictionary key orderings.Gravatar A. Unique TensorFlower2018-02-01
* Add prefetching into parallel_interleaveGravatar Brennan Saeta2017-12-20
* Switch tf.data support for sparse tensors from string-based serialization to ...Gravatar Jiri Simsa2017-12-06
* Merge changes from github.Gravatar Sourabh Bajaj2017-11-30
* Adding support for `tf.SparseTensorValue` and `tf.SparseTensor` as inputs and...Gravatar Jiri Simsa2017-11-28
* Adding support for (nested) batching of sparse tensor for tf.data.Gravatar Jiri Simsa2017-11-20
* Remove `tf.data.SparseType` and instead use `tf.data.Dataset.output_classes` ...Gravatar Jiri Simsa2017-11-17
* Supporting sparse tensors as inputs and outputs for user-defined functions pa...Gravatar Jiri Simsa2017-11-13
* [tf.data] Iterator and data/nest documentation fixesGravatar A. Unique TensorFlower2017-10-05
* Move of Dataset API to tf.data.Gravatar A. Unique TensorFlower2017-09-22