codecamp

TensorFlow函数教程:tf.io.read_file

tf.io.read_file函数

别名:

  • tf.io.read_file
  • tf.read_file
tf.io.read_file(
    filename,
    name=None
)

读取并输出输入文件名的全部内容。

参数:

  • filename:string类型的Tensor。
  • name:操作的名称(可选)。

返回:

string类型的Tensor。

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