Module: tfio.experimental.serialization
Stay organized with collections
Save and categorize content based on your preferences.
tensorflow_io.experimental.serialization
Functions
decode_avro(...): Decode Avro string into Tensors.
decode_json(...): Decode JSON string into Tensors.
encode_avro(...): Encode Tensors into Avro string.
load_dataset(...): Uses header file to predict the shape and dtypes of tensors for tf.data.
save_dataset(...): Saves a flat dataset as a tfrecord file, and builds a header file for reloading as dataset.