tf.io.decode_raw

View source on GitHub

Convert raw byte strings into tensors.

tf.io.decode_raw(
    input_bytes, out_type, little_endian=True, fixed_length=None, name=None
)

Args:

Returns:

A Tensor object storing the decoded bytes.