Defined in generated file: python/ops/gen_parsing_ops.py
Transforms a Tensor into a serialized TensorProto proto.
Aliases:
tf.compat.v1.io.serialize_tensor
tf.compat.v1.serialize_tensor
tf.compat.v2.io.serialize_tensor
tf.serialize_tensor
tf.io.serialize_tensor(
tensor,
name=None
)
Args:
tensor
: ATensor
. A Tensor of typeT
.name
: A name for the operation (optional).
Returns:
A Tensor
of type string
.