Type TFRecordCompressionType
Namespace tensorflow.io
Parent PythonObjectContainer
Interfaces ITFRecordCompressionType
The type of compression for the record.
Properties
Fields
Public properties
object GZIP_dyn get; set;
object NONE_dyn get; set;
object PythonObject get;
object ZLIB_dyn get; set;
Public fields
int GZIP
return int
|
int NONE
return int
|
int ZLIB
return int
|