Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    // subsequent instantiations would return all registered schemes (since the
    // vector with the user provided schemes is cleared).
    static std::vector<std::string>* GetSchemesFromUserOrEnv() {
      std::vector<std::string>* all_schemes = new std::vector<std::string>;
      tensorflow::Status status =
          tensorflow::Env::Default()->GetRegisteredFileSystemSchemes(all_schemes);
    
      if (status.ok()) {
    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