Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for penName (0.15 sec)

  1. tensorflow/c/experimental/filesystem/modular_filesystem.cc

      if (ops_->rename_file == nullptr) {
        Status status = CopyFile(src, target);
        if (status.ok()) status = DeleteFile(src);
        return status;
      }
    
      UniquePtrTo_TF_Status plugin_status(TF_NewStatus(), TF_DeleteStatus);
      std::string translated_src = TranslateName(src);
      std::string translated_target = TranslateName(target);
      ops_->rename_file(filesystem_.get(), translated_src.c_str(),
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Sep 06 19:12:29 GMT 2023
    - 23.1K bytes
    - Viewed (0)
Back to top