Searched defs:TFRecordOptions (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/lib/io/
H A Dtf_record.py38 @tf_export("python_io.TFRecordOptions")
39 class TFRecordOptions(object): class in inherits:object
63 options: (optional) A TFRecordOptions object.
71 compression_type = TFRecordOptions.get_compression_type_string(options)
102 options: (optional) A TFRecordOptions object.
107 compression_type = TFRecordOptions.get_compression_type_string(options)

Completed in 140 milliseconds