Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestRoundTrip (0.51 sec)

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

      status = file->Close();
      EXPECT_PRED2(UnimplementedOrReturnsCode, status, Code::OK);
      if (!status.ok()) GTEST_SKIP() << "Close() not supported: " << status;
    }
    
    TEST_P(ModularFileSystemTest, TestRoundTrip) {
      const std::string filepath = GetURIForPath("a_file");
      std::unique_ptr<WritableFile> file;
      Status status = env_->NewWritableFile(filepath, &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