Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GetFileSize (0.95 sec)

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

                                         const char* path,
                                         TF_ReadOnlyMemoryRegion* region,
                                         TF_Status* status);
    int64_t GetFileSize(const TF_Filesystem* filesystem, const char* path,
                        TF_Status* status);
    void PathExists(const TF_Filesystem* filesystem, const char* path,
                    TF_Status* status);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Aug 31 04:37:41 UTC 2020
    - 5.2K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/filesystem/modular_filesystem.h

      Status Stat(const std::string& fname, TransactionToken* token,
                  FileStatistics* stat) override;
      Status IsDirectory(const std::string& fname,
                         TransactionToken* token) override;
      Status GetFileSize(const std::string& fname, TransactionToken* token,
                         uint64* file_size) override;
      Status RenameFile(const std::string& src, const std::string& target,
                        TransactionToken* token) override;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 12 08:49:52 UTC 2023
    - 8.9K bytes
    - Viewed (0)
Back to top