tf.io.serialize_tensor

TensorFlow 1 version

Transforms a Tensor into a serialized TensorProto proto.

tensor A Tensor. A Tensor of type T.
name A name for the operation (optional).

A Tensor of type string.