Utility function to build TensorInfo proto from a Tensor. (deprecated)
tf.compat.v1.saved_model.build_tensor_info(
tensor
)
Migrate to TF2
This API is not compatible with eager execution as tensor needs to be a graph tensor, and there is no replacement for it in TensorFlow 2.x. To start writing programs using TensorFlow 2.x, please refer to the Effective TensorFlow 2 guide.
| Args | |
|---|---|
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. |
| Returns | |
|---|---|
| A TensorInfo protocol buffer constructed based on the supplied argument. |
| Raises | |
|---|---|
RuntimeError | If eager execution is enabled. |
© 2022 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.9/api_docs/python/tf/compat/v1/saved_model/build_tensor_info