tf.io.parse_tensor

Transforms a serialized tensorflow.TensorProto proto into a Tensor.

tf.io.parse_tensor(
    serialized, out_type, name=None
)

Args:

Returns:

A Tensor of type out_type.