Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RenameFile (0.23 sec)

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

      TF_VLog(3, "RenameObject: finished %s to %s", src.c_str(), dst.c_str());
    
      ClearFileCaches(gcs_file, dst);
      DeleteFile(filesystem, src.c_str(), status);
    }
    
    void RenameFile(const TF_Filesystem* filesystem, const char* src,
                    const char* dst, TF_Status* status) {
      if (!IsDirectory(filesystem, src, status)) {
        if (TF_GetCode(status) == TF_FAILED_PRECONDITION) {
    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