Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

      Status CreateDir(const std::string& dirname,
                       TransactionToken* token) override;
      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;
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Oct 12 08:49:52 GMT 2023
    - 8.9K bytes
    - Viewed (0)
Back to top