Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for anotherFile (0.13 sec)

  1. tensorflow/c/experimental/filesystem/modular_filesystem_test.cc

      // If updating, make sure to update expected_children below.
      const std::vector<std::string> filenames = {
          GetURIForPath("dir/a_file"),
          GetURIForPath("dir/another_file"),
      };
      for (const auto& filename : filenames) {
        std::unique_ptr<WritableFile> file;
        status = env_->NewWritableFile(filename, &file);
        if (!status.ok())
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 27 20:25:58 UTC 2022
    - 71K bytes
    - Viewed (0)
Back to top