aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/dataset_stateful_op_whitelist.h
Commit message (Collapse)AuthorAge
* Fixed small nits in WhitelistedStatefulOpRegistryGravatar Piotr Padlewski2018-09-07
| | | | | | StringPiece has been changed to string to avoid static order destruction fiasco (we store pointers that might have shorter lifetime) and also to use unordered_set (there is hash specialization for StringPiece). PiperOrigin-RevId: 212059185
* [tf.data] Move all C++ code inside the `tensorflow::data` namespace.Gravatar Derek Murray2018-09-05
| | | | PiperOrigin-RevId: 211733735
* [tf.data] Move framework/dataset.h to framework/dataset_stateful_op_whitelist.h.Gravatar Derek Murray2018-02-02
This will make way for the move of kernels/data/dataset.h to framework/dataset.h, while preserving version control history, after which we might recombine the headers. PiperOrigin-RevId: 184327481