Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for copy_file (1.89 sec)

  1. tensorflow/c/experimental/filesystem/plugins/gcs/gcs_filesystem.cc

      ops->filesystem_ops->delete_dir = tf_gcs_filesystem::DeleteDir;
      ops->filesystem_ops->delete_recursively =
          tf_gcs_filesystem::DeleteRecursively;
      ops->filesystem_ops->copy_file = tf_gcs_filesystem::CopyFile;
      ops->filesystem_ops->path_exists = tf_gcs_filesystem::PathExists;
      ops->filesystem_ops->is_directory = tf_gcs_filesystem::IsDirectory;
      ops->filesystem_ops->stat = tf_gcs_filesystem::Stat;
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Aug 23 06:55:53 GMT 2023
    - 46.9K bytes
    - Viewed (0)
Back to top