LostTech.TensorFlow : API Documentation

Type TFRecordOptions

Namespace tensorflow.io

Parent PythonObjectContainer

Interfaces ITFRecordOptions

Public static methods

object get_compression_type_string_dyn<TClass>(object options)

Convert various option types to a unified string.
Parameters
object options
`TFRecordOption`, `TFRecordCompressionType`, or string.
Returns
object
Compression type as string (e.g. `'ZLIB'`, `'GZIP'`, or `''`).

TClass get_compression_type_string<TClass>(TFRecordCompressionType options)

Convert various option types to a unified string.
Parameters
TFRecordCompressionType options
`TFRecordOption`, `TFRecordCompressionType`, or string.
Returns
TClass
Compression type as string (e.g. `'ZLIB'`, `'GZIP'`, or `''`).

TClass get_compression_type_string<TClass>(TFRecordOptions options)

Convert various option types to a unified string.
Parameters
TFRecordOptions options
`TFRecordOption`, `TFRecordCompressionType`, or string.
Returns
TClass
Compression type as string (e.g. `'ZLIB'`, `'GZIP'`, or `''`).

TClass get_compression_type_string<TClass>(int options)

Convert various option types to a unified string.
Parameters
int options
`TFRecordOption`, `TFRecordCompressionType`, or string.
Returns
TClass
Compression type as string (e.g. `'ZLIB'`, `'GZIP'`, or `''`).

TClass get_compression_type_string<TClass>(string options)

Convert various option types to a unified string.
Parameters
string options
`TFRecordOption`, `TFRecordCompressionType`, or string.
Returns
TClass
Compression type as string (e.g. `'ZLIB'`, `'GZIP'`, or `''`).

Public properties

Nullable<int> compression_level get; set;

object compression_method get; set;

object compression_strategy get; set;

object compression_type get; set;

IDictionary<int, string> compression_type_map get; set;

object compression_type_map_dyn get; set;

object flush_mode get; set;

object input_buffer_size get; set;

object mem_level get; set;

object output_buffer_size get; set;

object PythonObject get;

object window_bits get; set;