Transforms a serialized tensorflow.TensorProto proto into a Tensor.
tf.io.parse_tensor(
    serialized, out_type, name=None
)
   
| Args | |
|---|---|
| serialized | A Tensorof typestring. A scalar string containing a serialized TensorProto proto. | 
| out_type | A tf.DType. The type of the serialized tensor. The provided type must match the type of the serialized tensor and no implicit conversion will take place. | 
| name | A name for the operation (optional). | 
| Returns | |
|---|---|
| A Tensorof typeout_type. | 
    © 2022 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
    https://www.tensorflow.org/versions/r2.9/api_docs/python/tf/io/parse_tensor