aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/data
Commit message (Expand)AuthorAge
...
* [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
* Clarify documentation of Dataset.filterGravatar James Keeling2018-06-06
* [tf.data] Input pipeline rewrites prototype.Gravatar Jiri Simsa2018-06-03
* Add AnonymousIteratorHandleOp for non-shared Iterator resourcesGravatar Allen Lavoie2018-05-29
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* Improvements to util/nest.py and data/util/nest.pyGravatar Akshay Modi2018-05-21
* [dataset]: Remove extra `repeat` in the docstring for `shard`.Gravatar A. Unique TensorFlower2018-05-18
* [tf.data] Accept NumPy dtype objects in `Dataset.from_generator(..., output_t...Gravatar Derek Murray2018-05-16
* [tf.data] Add optional `args` argument to `Dataset.from_generator()`.Gravatar Derek Murray2018-05-14
* Add hook for checkpointing input pipeline while training with Estimator.Gravatar Saurabh Saxena2018-05-11
* Add utility to auto shard a dataset pipeline in the appropriate place by loca...Gravatar Priya Gupta2018-05-01
* For tf.gradients(), do not backpropagate through integer tensors.Gravatar A. Unique TensorFlower2018-04-26
* Removing @@ comments from core TensorFlow. They are no longer needed for expo...Gravatar Anna R2018-04-26
* Removing remove_undocumented calls from tensorflow/python.Gravatar Anna R2018-04-25
* [tf.data] Sort the results of `tf.matching_files()` to enable `Dataset.list_f...Gravatar Derek Murray2018-04-16
* Reintroducing support for constants as outputs of tf.data.map(). This fixes a...Gravatar Jiri Simsa2018-04-12
* Documentation fix.Gravatar A. Unique TensorFlower2018-04-09
* Make tfe.Iterator work with async mode.Gravatar Akshay Modi2018-03-30
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* [tf.data] Autotune prefetch buffer sizesGravatar Brennan Saeta2018-03-28
* [tf.data] Do not crash when combining .cache().take().repeat()Gravatar Brennan Saeta2018-03-21
* [tf.data] Combine implementations of FlatMapDataset, InterleaveDataset and Pa...Gravatar Derek Murray2018-03-19
* [tf.data] Fix typo in `Dataset.prefetch()` docstring.Gravatar Derek Murray2018-03-16
* [tf.data] Enable Dataset.make_one_shot_iterator() and Dataset.__iter__() in e...Gravatar Derek Murray2018-03-12
* Fixes a race condition in function instantiation.Gravatar Derek Murray2018-03-11
* ProcFLR: Include the remote function target in the function_keyGravatar Brennan Saeta2018-03-09
* [tf.data] Optimize `Dataset.filter()` when the predicate returns one of its a...Gravatar Derek Murray2018-03-07
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* [tf.data] Improve docstring for `tf.data.Dataset.padded_batch()`.Gravatar Derek Murray2018-03-07
* python3 fixGravatar Alexandre Passos2018-03-06
* [tf.data] Add optional `shuffle` argument to `Dataset.list_files()`.Gravatar Derek Murray2018-02-28
* [tf.data] Add `num_parallel_reads` argument to `tf.data.TFRecordDataset`.Gravatar Derek Murray2018-02-28
* [tf.data] Unify behavior for `Dataset.shuffle(..., seed=0)` and `Dataset.shuf...Gravatar Derek Murray2018-02-27
* [tf.data] Handle a function-raised OutOfRange error correctly in ParallelMapD...Gravatar Derek Murray2018-02-22
* [tf.data] Fix memory leak when not all elements of a `Dataset.from_generator(...Gravatar Derek Murray2018-02-20
* Merge changes from github.Gravatar Ankur Taly2018-02-16
* Fixes broken testGravatar Alexandre Passos2018-02-15
* [tf.data] Return OK and set `*end_of_sequence = true` when repeating an empty...Gravatar Derek Murray2018-02-15
* [tf.data] Add usage note to `tf.data.Iterator.get_next()` docstring.Gravatar Derek Murray2018-02-14
* Merge changes from github.Gravatar Michael Case2018-02-07
* [tf.data] Fix use-after-free bug when closing down an input pipeline.Gravatar Derek Murray2018-02-05
* [tf.data] Fix bug where captured resources in shared iterators were invisible.Gravatar Derek Murray2018-02-01
* Fix nest bug with different dictionary key orderings.Gravatar A. Unique TensorFlower2018-02-01
* Add a new Dataset: PrependFromQueueAndPaddedBatchDataset.Gravatar Eugene Brevdo2018-02-01
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-31
* [tf.data] Robust `output_types` and `output_shapes` if `output_classes` conta...Gravatar Shivani Agrawal2018-01-29
* Set size of test //third_party/tensorflow/python/data/kernel_tests:dataset_fr...Gravatar A. Unique TensorFlower2018-01-25
* Fixed linter errors.Gravatar Jianwei Xie2018-01-24
* Merge changes from github.Gravatar Jianwei Xie2018-01-24