美文网首页
tf.gfile使用

tf.gfile使用

作者: 空谷幽兰_c411 | 来源:发表于2020-03-12 16:57 被阅读0次

    gfile是没有锁的文件io操作包装器
    tf.gfile主要角色是
    1.接近python文件对象的api
    2.提供tf c++ filesystem api的实现,包括本地文件,谷歌云存储gs://和hdfs

    tf.io.gfile.copy
    tf.io.gfile.remove
    

    相关文章

      网友评论

          本文标题:tf.gfile使用

          本文链接:https://www.haomeiwen.com/subject/nfemjhtx.html