codecamp

TensorFlow函数教程:tf.io.parse_tensor

tf.io.parse_tensor函数

别名:

  • tf.io.parse_tensor
  • tf.parse_tensor
tf.io.parse_tensor(
    serialized,
    out_type,
    name=None
)

将序列化的tensorflow.TensorProto原型转换为Tensor。

参数:

  • serialized:一个string类型的Tensor。包含序列化TensorProto原型的标量字符串。
  • out_type:一个tf.DType。序列化张量的类型。提供的类型必须与序列化张量的类型匹配,并且不会发生隐式转换。
  • name:操作的名称(可选)。

返回:

out_type类型的Tensor。

TensorFlow函数教程:tf.io.parse_single_sequence_example
TensorFlow函数教程:tf.io.read_file
温馨提示
下载编程狮App,免费阅读超1000+编程语言教程
取消
确定