Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Yet (0.12 sec)

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

      status = env_->CreateDir(some_path);
      if (!status.ok()) GTEST_SKIP() << "CreateDir() not supported: " << status;
    
      const std::string another_path = GetURIForPath("a_dir/yet_another_dir");
      status = env_->CreateDir(another_path);
      if (!status.ok()) GTEST_SKIP() << "CreateDir() not supported: " << status;
    
      const std::string filepath = GetURIForPath("a_dir/a_file");
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Fri May 27 20:25:58 GMT 2022
    - 71K bytes
    - Viewed (0)
Back to top