Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isDirectory (0.14 sec)

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

          bucket_src, object_src, bucket_dst, object_dst,
          gcs::Fields("done,rewriteToken"));
      TF_SetStatusFromGCSStatus(metadata.status(), status);
    }
    
    bool IsDirectory(const TF_Filesystem* filesystem, const char* path,
                     TF_Status* status) {
      std::string bucket, object;
      ParseGCSPath(path, true, &bucket, &object, status);
      if (TF_GetCode(status) != TF_OK) return false;
    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