Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetChildrenBounded (0.25 sec)

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

        return false;
      if (TF_GetCode(status) == TF_NOT_FOUND) {
        TF_SetStatus(status, TF_OK, "");
        return false;
      }
      return true;
    }
    
    static std::vector<std::string> GetChildrenBounded(
        GCSFile* gcs_file, std::string dir, uint64_t max_results, bool recursive,
        bool include_self_directory_marker, TF_Status* status) {
      std::string bucket, prefix;
      MaybeAppendSlash(&dir);
    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