aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/iterator.proto
Commit message (Collapse)AuthorAge
* Add go_package to proto definition files (#17262)Gravatar Yong Tang2018-05-02
| | | | | | | | | | | | | | | | | | | | | | | | * Add go_package to proto definition files This fix tries to address the issue raised in 16282 by add go_package to proto files, so that generated go files have correct path. This fix fixes 16282. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add go_package to proto definition in tensorflow/core/framework Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add go_package to proto definition in tensorflow/core/example Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add go_package to proto definition in tensorflow/core/example Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
* Add SerializeIterator op that serializes an IteratorResource into a variant ↵Gravatar Saurabh Saxena2017-10-23
tensor. Add DeserializeIterator op that builds IteratorResource from a variant tensor. Move BundleReaderWrapper and BundleWriterWrapper from dataset.h to iterator_ops.cc. Add generic key-value store interfaces IteratorStateReader and IteratorStateWriter for reading/writing state of iterators. Get rid of IteratorBundleReader and IteratorBundleWriter. PiperOrigin-RevId: 173140858