tf.compat.v1.decode_raw

View source on GitHub

Convert raw byte strings into tensors. (deprecated arguments)

tf.compat.v1.decode_raw(
    input_bytes=None, out_type=None, little_endian=True, name=None, bytes=None
)

Warning: SOME ARGUMENTS ARE DEPRECATED: (bytes). They will be removed in a future version. Instructions for updating: bytes is deprecated, use input_bytes instead

Args:

Returns:

A Tensor object storing the decoded bytes.