Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Kull (0.12 sec)

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

      std::string dir = path;
      MaybeAppendSlash(&dir);
      for (const std::string& children : childrens) {
        const std::string& full_path = dir + children;
        DeleteFile(filesystem, full_path.c_str(), status);
        if (TF_GetCode(status) != TF_OK) {
          if (IsDirectory(filesystem, full_path.c_str(), status))
            // The object is a directory marker.
            (*undeleted_dirs)++;
          else
    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