aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/data/captured_function.cc
Commit message (Expand)AuthorAge
* [tf.data] Move captured function instantiation to iterator initialization time.Gravatar Derek Murray2018-08-21
* Creating a CopyToDeviceDataset that uses GeneratorDataset and remote function...Gravatar Rohan Jain2018-07-07
* [tf.data] Adding an experimental `group_by_reducer` transformation which grou...Gravatar Jiri Simsa2018-04-30
* [tf.data] Fix memory leak when not all elements of a `Dataset.from_generator(...Gravatar Derek Murray2018-02-20
* Don't release kInvalidHandle.Gravatar Rohan Jain2018-02-13
* [tf.data] Fix a memory leak when an iterator is reinitialized many times in a...Gravatar Derek Murray2018-02-06
* Cleanup: Ran clang-format on files in tensorflow/core/.../*.{cc,h}.Gravatar A. Unique TensorFlower2018-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