class tf.python_io.TFRecordWriter
A class to write records to a TFRecords file.
This class implements __enter__
and __exit__
, and can be used in with
blocks like a normal file.
class tf.python_io.TFRecordWriter
A class to write records to a TFRecords file.
This class implements __enter__
and __exit__
, and can be used in with
blocks like a normal file.
Please login to continue.