aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/dataset.h
Commit message (Expand)AuthorAge
* [data-stats] Sets user given `tag` and `counter_prefix` with `set_stats_aggre...Gravatar Shivani Agrawal2018-10-03
* [tf.data] More robust solution for input pipeline <--> performance model coor...Gravatar Jiri Simsa2018-10-01
* [tf.data] Moving auto-tuning optimizations into a background thread, refactor...Gravatar Jiri Simsa2018-09-20
* [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] Avoiding serialization of (potentially large) tensors during optimi...Gravatar Jiri Simsa2018-08-31
* [tf.data] Enable optimizations for input pipelines with stateful functions.Gravatar Jiri Simsa2018-08-28
* [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
* Making PrefetchToDevice work on XLA Compile on Demand mode. Also adds a bunch...Gravatar Rohan Jain2018-08-07
* [tf.data] Refactor the parallel execution logic out of ParallelMapDatasetOp.Gravatar Derek Murray2018-07-31
* [tf.data] Input pipeline rewrites prototype.Gravatar Jiri Simsa2018-06-03
* [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] Move tensorflow::dataset::MakeIteratorContext to core/frameworkGravatar Brennan Saeta2018-05-08
* Cleaning up tracing code.Gravatar A. Unique TensorFlower2018-04-30
* Prototype for tf.data writer API.Gravatar Jiri Simsa2018-04-19
* Windows: Enable tensorflow/contrib in Bazel build (Second try)Gravatar A. Unique TensorFlower2018-04-02
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-02
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
* IteratorContext might be dead while GetNext is being called for the ThreadPoo...Gravatar Rohan Jain2018-03-06
* [tf.data] Move the C++ Dataset class implementations to the framework library.Gravatar Derek Murray2018-02-07
* [tf.data] Add public header "tensorflow/core/framework/dataset.h".Gravatar Derek Murray2018-02-02
* [tf.data] Move framework/dataset.h to framework/dataset_stateful_op_whitelist.h.Gravatar Derek Murray2018-02-02
* Whitelisting stateful op for dataset checkpointing temporarily.Gravatar Shivani Agrawal2018-01-31
* Adds a mechanism for whitelisting ops for use in map_fns using a WHITELIST_OP...Gravatar Saurabh Saxena2018-01-23