Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RenameObject (0.1 sec)

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

                   absl::StrCat("The path ", path, " does not exist.").c_str());
      return false;
    }
    
    static void RenameObject(const TF_Filesystem* filesystem,
                             const std::string& src, const std::string& dst,
                             TF_Status* status) {
      TF_VLog(3, "RenameObject: started %s to %s", src.c_str(), dst.c_str());
      std::string bucket_src, object_src;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 23 06:55:53 UTC 2023
    - 46.9K bytes
    - Viewed (0)
Back to top