tf.io.parse_tensor  |  TensorFlow v2.16.1 (original) (raw)

tf.io.parse_tensor

Stay organized with collections Save and categorize content based on your preferences.

Transforms a serialized tensorflow.TensorProto proto into a Tensor.

View aliases

Compat aliases for migration

SeeMigration guide for more details.

tf.compat.v1.io.parse_tensor, tf.compat.v1.parse_tensor

tf.io.parse_tensor(
    serialized: Annotated[Any, _atypes.String],
    out_type: TV_ParseTensor_out_type,
    name=None
) -> Annotated[Any, TV_ParseTensor_out_type]
Args
serialized A Tensor of type string. 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 Tensor of type out_type.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license.

Last updated 2024-04-26 UTC.