aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/data/generator_dataset_op.cc
Commit message (Expand)AuthorAge
* The GeneratorDataset init function was being run during Initialization which ...Gravatar Rohan Jain2018-09-26
* 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] 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
* Making PrefetchToDevice work on XLA Compile on Demand mode. Also adds a bunch...Gravatar Rohan Jain2018-08-07
* Creating a CopyToDeviceDataset that uses GeneratorDataset and remote function...Gravatar Rohan Jain2018-07-07
* [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] Fix memory leak when not all elements of a `Dataset.from_generator(...Gravatar Derek Murray2018-02-20