aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/data
Commit message (Expand)AuthorAge
* Fixing bug where in Eager mode datasets not intended to be on the GPU end up ...Gravatar Rohan Jain2018-07-19
* Making the Eager iterator use the new copy_to_device.Gravatar Rohan Jain2018-07-19
* Removing redundant comment.Gravatar Shivani Agrawal2018-07-17
* 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] Experimental transformations for windowing and batching of windows.Gravatar Jiri Simsa2018-07-03
* [tf.data] Add examples of `map_func` signatures to the `Dataset.map()` docume...Gravatar Derek Murray2018-06-29
* [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
* Rename programmers_guide/ directory to guide/.Gravatar Billy Lamberta2018-06-22
* Replace unnecessary `()` in `run_in_graph_and_eager_modes()`.Gravatar Tom Hennigan2018-06-22
* [tf.data] Internal change to nested `Dataset` handling in functions. No funct...Gravatar Derek Murray2018-06-21
* [tf.data] Updating outdated documentation for `tf.data.Dataset.batch` and `tf...Gravatar Jiri Simsa2018-06-21
* [tf.data] Adding support for tf.data.Dataset.prefetch(buffer_size=0).Gravatar Jiri Simsa2018-06-14
* [tf.data] Convert GeneratorDataset to use StructuredFunctionWrapper.Gravatar Derek Murray2018-06-14
* [tf.data] Add `StructuredFunctionWrapper` to encapsulate tf.data's enhancemen...Gravatar Derek Murray2018-06-14
* [tf.data] Factor out a helper for creating flat args to `function.Defun`.Gravatar Derek Murray2018-06-13
* [tf.data] Factor out function argument restructuring into a helper.Gravatar Derek Murray2018-06-13
* [tf.data] Factor out `output_shapes` and `output_types` attr-setting code int...Gravatar Derek Murray2018-06-13
* [Documentation]: Fix #19657Gravatar Asim Shankar2018-06-12
* [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
* 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