[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-26 UTC."],[],[],null,["# tf.compat.v1.decode_raw\n\n\u003cbr /\u003e\n\n|--------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/tensorflow/blob/v2.16.1/tensorflow/python/ops/parsing_ops.py#L973-L1014) |\n\nConvert raw byte strings into tensors. (deprecated arguments)\n\n#### View aliases\n\n\n**Compat aliases for migration**\n\nSee\n[Migration guide](https://www.tensorflow.org/guide/migrate) for\nmore details.\n\n[`tf.compat.v1.io.decode_raw`](https://www.tensorflow.org/api_docs/python/tf/compat/v1/decode_raw)\n\n\u003cbr /\u003e\n\n tf.compat.v1.decode_raw(\n input_bytes=None, out_type=None, little_endian=True, name=None, bytes=None\n )\n\n| **Deprecated:** SOME ARGUMENTS ARE DEPRECATED: `(bytes)`. They will be removed in a future version. Instructions for updating: bytes is deprecated, use input_bytes instead\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|-----------------|------------------------------------------------------------------------------------------------------------------------------|\n| `input_bytes` | Each element of the input Tensor is converted to an array of bytes. |\n| `out_type` | `DType` of the output. Acceptable types are `half`, `float`, `double`, `int32`, `uint16`, `uint8`, `int16`, `int8`, `int64`. |\n| `little_endian` | Whether the `input_bytes` data is in little-endian format. Data will be converted into host byte order if necessary. |\n| `name` | A name for the operation (optional). |\n| `bytes` | Deprecated parameter. Use `input_bytes` instead. |\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ------- ||\n|---|---|\n| A `Tensor` object storing the decoded bytes. ||\n\n\u003cbr /\u003e"]]