tf.ReaderBase.__init__(reader_ref, supports_serialize=False)
Creates a new ReaderBase.
Args:
-
reader_ref: The operation that implements the reader. -
supports_serialize: True if the reader implementation can serialize its state.
tf.ReaderBase.__init__(reader_ref, supports_serialize=False)
Creates a new ReaderBase.
reader_ref: The operation that implements the reader.supports_serialize: True if the reader implementation can serialize its state.
Please login to continue.