Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EnableIrPrintingTest (0.28 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/debugging/mlir_dump_test.cc

      return std::make_unique<ParentPass>();
    }
    
    }  // namespace mlir_dump_test
    
    namespace {
    
    using namespace tensorflow::quantization::mlir_dump_test;
    
    class EnableIrPrintingTest : public ::testing::Test {
     protected:
      EnableIrPrintingTest() : env_(tsl::Env::Default()) {
        if (!tsl::io::GetTestUndeclaredOutputsDir(&test_dir_)) {
          test_dir_ = tsl::testing::TmpDir();
        }
      }
    
      void SetUp() override {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 14 03:17:14 UTC 2024
    - 6.4K bytes
    - Viewed (0)
Back to top