Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GetRunfilesDir (1.17 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/cc/io_test.cc

      bool MatchPath(const tsl::string& path, const tsl::string& pattern) override {
        return false;
      }
    
      void SleepForMicroseconds(int64_t micros) override {}
    
      tsl::string GetRunfilesDir() override { return tsl::string("dummy_path"); }
    
      int32_t GetCurrentThreadId() override { return 0; }
    
      tsl::Thread* StartThread(const tsl::ThreadOptions& thread_options,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 03:28:15 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tfr/integration/tfr_decompose_ctx.cc

      Env* env = Env::Default();
      std::string tfr_lib_dir;
      TF_RETURN_IF_ERROR(ReadStringFromEnvVar(
          kTFRLibEnv, "tensorflow/compiler/mlir/tfr/resources", &tfr_lib_dir));
      string composite_mlir_dir = io::JoinPath(env->GetRunfilesDir(), tfr_lib_dir);
      std::vector<string> files;
      TF_RETURN_IF_ERROR(env->GetChildren(composite_mlir_dir, &files));
      if (files.empty()) {
        return errors::Internal(absl::StrCat(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 29 02:34:43 UTC 2024
    - 9.1K bytes
    - Viewed (0)
Back to top