aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/data/map_and_batch_dataset_op.cc
Commit message (Expand)AuthorAge
* [tf.data] NUMA-aware MapAndBatch dataset.Gravatar Brennan Saeta2018-10-09
* Automated rollback of commit 13b47e6c4f9d7b295948b1057139bf676e394b6fGravatar Derek Murray2018-10-08
* Automated rollback of commit 295b3c80555cc82d8d70faf96a47681e1d904b9cGravatar 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 c9bdd3938e2b43334a0065b4c198ec9d491c8cb8Gravatar Derek Murray2018-10-03
* [tf.data] Switch background threads to use `BackgroundWorker`.Gravatar Derek Murray2018-10-03
* [tf.data] More robust solution for input pipeline <--> performance model coor...Gravatar Jiri Simsa2018-10-01
* [tf.data] Referencing an internal issue.Gravatar Jiri Simsa2018-09-28
* [tf.data] Moving auto-tuning optimizations into a background thread, refactor...Gravatar Jiri Simsa2018-09-20
* [tf.data] Fixes for two recently introduced use-after-free bugs.Gravatar Derek Murray2018-09-20
* Automated rollback of commit b1ff7c2cedcc7d49d430d56655870e6d68a0c8f7Gravatar Derek Murray2018-09-18
* Creating an InstantiatedCapturedFunction that captures the instantiated state...Gravatar Rohan Jain2018-09-18
* Changing `OpInputList` so that it is a forward iterator and taking advantage ...Gravatar Jiri Simsa2018-09-17
* [tf.data] Adding support for `tf.data.AUTOTUNE` as a special value for the `n...Gravatar Jiri Simsa2018-09-17
* [tf.data] Mechanism for collecting processing time information and modeling p...Gravatar Jiri Simsa2018-09-11
* [tf.data] Move all C++ code inside the `tensorflow::data` namespace.Gravatar Derek Murray2018-09-05
* [tf.data] Enable optimizations for input pipelines with stateful functions.Gravatar Jiri Simsa2018-08-28
* [tf.data] Move captured function instantiation to iterator initialization time.Gravatar Derek Murray2018-08-21
* [tf.data] Internal refactoring of C++ classes and APIs.Gravatar Jiri Simsa2018-08-13
* [tf.data] Optimization checkpointing improvements.Gravatar Jiri Simsa2018-08-10
* [tf.data] Minor API refactoring.Gravatar Jiri Simsa2018-08-10
* Improving error messages for dtypes.Gravatar A. Unique TensorFlower2018-08-09
* [tf.data] Adding support for `DT_BOOL` for `tf.contrib.data.map_and_batch`.Gravatar Jiri Simsa2018-06-22
* [tf.data] Adding support for EOF-generating map transformations to `tf.contri...Gravatar Jiri Simsa2018-06-22
* [tf.data] Concurrency improvements to `map_and_batch`.Gravatar Jiri Simsa2018-06-15
* [tf.data] Internal refactor of `tf.data.contrib.map_and_batch()`, switching f...Gravatar Jiri Simsa2018-06-14
* [tf.data] Mark DebugString() as const.Gravatar Brennan Saeta2018-05-31
* [tf.data] Changing signature of `MakeIterator` to enable propagating error st...Gravatar Jiri Simsa2018-05-31
* [tf.data] Fixing concurrency issue in `map_and_batch`.Gravatar Jiri Simsa2018-05-25
* [tf.data] Fixing a race in map_and_batch.Gravatar Jiri Simsa2018-05-15
* [tf.data] Adding `num_parallel_calls` to `map_and_batch`.Gravatar Jiri Simsa2018-05-05
* Fix tsan failure in batch_dataset_op_test.Gravatar Saurabh Saxena2018-05-02
* Cleaning up tracing code.Gravatar A. Unique TensorFlower2018-04-30
* Fix msan error in MapAndBatchDataset.Gravatar Saurabh Saxena2018-04-20
* [tf.data] Add checkpointing support for MapAndBatchDataset.Gravatar Saurabh Saxena2018-04-19
* Adding `drop_remainder` option for the `map_and_batch` transformation, which ...Gravatar Jiri Simsa2018-03-21
* A few changes to improve the real data performance:Gravatar Xiaoqiang Zheng2018-03-19
* [tf.data] Add `IteratorContext::allocator()`.Gravatar Derek Murray2018-01-30
* [tf.data] Further simplify the `CapturedFunction::Run*()` interfaces.Gravatar Derek Murray2018-01-18
* Changes the CapturedFunction implementation to not create a new FunctionLibra...Gravatar Rohan Jain2018-01-17
* Moving tf.data kernels to their own package.Gravatar Jiri Simsa2017-12-14