Tensor or SparseTensor whose name, dtype and shape are used to
build the TensorInfo. For SparseTensors, the names of the three
constituent Tensors are used.
Returns
A TensorInfo protocol buffer constructed based on the supplied argument.
[null,null,["Last updated 2020-10-01 UTC."],[],[],null,["# tf.saved_model.build_tensor_info\n\n\u003cbr /\u003e\n\n|------------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/tensorflow/blob/v1.15.0/tensorflow/python/saved_model/utils_impl.py#L44-L67) |\n\nUtility function to build TensorInfo proto from a Tensor. (deprecated)\n\n#### View aliases\n\n\n**Main aliases**\n\n\\`tf.saved_model.utils.build_tensor_info\\`\n**Compat aliases for migration**\n\nSee\n[Migration guide](https://www.tensorflow.org/guide/migrate) for\nmore details.\n\n[`tf.compat.v1.saved_model.build_tensor_info`](/api_docs/python/tf/compat/v1/saved_model/build_tensor_info), [`tf.compat.v1.saved_model.utils.build_tensor_info`](/api_docs/python/tf/compat/v1/saved_model/build_tensor_info)\n\n\u003cbr /\u003e\n\n tf.saved_model.build_tensor_info(\n tensor\n )\n\n| **Warning:** THIS FUNCTION IS DEPRECATED. It will be removed in a future version. Instructions for updating: This function will only be available through the v1 compatibility library as tf.compat.v1.saved_model.utils.build_tensor_info or tf.compat.v1.saved_model.build_tensor_info.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `tensor` | Tensor or SparseTensor whose name, dtype and shape are used to build the TensorInfo. For SparseTensors, the names of the three constituent Tensors are used. |\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ------- ||\n|---|---|\n| A TensorInfo protocol buffer constructed based on the supplied argument. ||\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Raises ------ ||\n|----------------|--------------------------------|\n| `RuntimeError` | If eager execution is enabled. |\n\n\u003cbr /\u003e"]]