aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/data/scan_dataset_op.cc
Commit message (Expand)AuthorAge
* [tf.data Introducing tf.data.Dataset.reduce() which reduces elements of a (fi...Gravatar Jiri Simsa2018-09-27
* 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] 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
* [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] 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
* [tf.data] Change the IteratorBase::RestoreInternal() method to take IteratorC...Gravatar Derek Murray2018-01-11
* [tf.data] Saveable iterator for ScanDataset.Gravatar Shivani Agrawal2017-12-19
* Moving tf.data kernels to their own package.Gravatar Jiri Simsa2017-12-14