tf.python_io.TFRecordWriter.close() Close the file.
tf.python_io.TFRecordWriter.__enter__() Enter a with block.
tf.python_io.TFRecordWriter.write(record) Write a string record to the file. Args:
tf.python_io.TFRecordWriter.__init__(path, options=None) Opens file path and creates a TFRecordWriter
tf.python_io.tf_record_iterator(path, options=None) An iterator that read the records from a TFRecords file.
tf.python_io.TFRecordWriter.__exit__(unused_type, unused_value, unused_traceback) Exit a with block, closing the
class tf.python_io.TFRecordWriter A class to write records to a TFRecords file. This class implements