History log of /external/tensorflow/tensorflow/contrib/input_pipeline/kernels/input_pipeline_kernels.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4463d105a8a4a83642b9709ba79310e8f4ddf577 30-Jan-2018 A. Unique TensorFlower <gardener@tensorflow.org> Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/contrib/.../*.{hh,c}.

PiperOrigin-RevId: 183855242
/external/tensorflow/tensorflow/contrib/input_pipeline/kernels/input_pipeline_kernels.cc
810b3537ff161065c2f3073411e2e16be5cc1b0f 16-Dec-2016 Rohan Jain <rohanj@google.com> Adds num_epochs argument to input_pipeline_ops.seek_next to limit number of times we see each string.

Also changes the shape of the input / output for the ObtainNext Op from [1] shapes to []'s instead which are more intuitive.

Then we migrate *_shared_queue functions in graph_io to use seek_next instead.
Change: 142216697
/external/tensorflow/tensorflow/contrib/input_pipeline/kernels/input_pipeline_kernels.cc
b14722585d5fbd7e7b8ac00c918e00f19da8ac2a 03-Dec-2016 Rohan Jain <rohanj@google.com> Creates a new ObtainNextOp that takes in a list of strings and counter and returns a string at "counter" location in the list and increments counter by 1.
Change: 140917544
/external/tensorflow/tensorflow/contrib/input_pipeline/kernels/input_pipeline_kernels.cc