Type IdentityReader
Namespace tensorflow
Parent ReaderBase
Interfaces IIdentityReader
A Reader that outputs the queued work as both the key and value. To use, enqueue strings in a Queue. Read will take the front
work string and output (work, work). See ReaderBase for supported methods.