Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for dummy_path (0.27 sec)

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

        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,
                               const tsl::string& name,
    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/tensorflow/utils/bridge_logger_test.cc

      // Both strings do not appear in any module.
      setenv("MLIR_BRIDGE_LOG_STRING_FILTER", "func @main(%arg0:tensor;XXX", 1);
      BridgeLoggerConfig logger_config2;
      EXPECT_FALSE(
          logger_config2.ShouldPrint(dummy_pass.get(), mlir_module_with_add.get()));
      EXPECT_FALSE(
          logger_config2.ShouldPrint(dummy_pass.get(), mlir_module_with_sub.get()));
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 06 04:50:13 UTC 2023
    - 6.7K bytes
    - Viewed (0)
Back to top