Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for allowUnregisteredDialects (0.2 sec)

  1. tensorflow/compiler/mlir/tensorflow/utils/dump_mlir_util_test.cc

                                        .splitInputFile("")
                                        .verifyDiagnostics(false)
                                        .verifyPasses(false)
                                        .allowUnregisteredDialects(false)
                                        .setPassPipelineParser(passPipeline))
                      .succeeded());
    }
    
    TEST(DumpRawStringToFileTest, Valid) {
      llvm::StringRef example = "module {\n}";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 18 13:40:21 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tfr/integration/tfr_decompose_ctx.cc

      }
      return ctx;
    }
    
    std::unique_ptr<TFRDecomposeContext> TFRDecomposeContext::GetFromText(
        StringPiece tfr_raw_text, mlir::MLIRContext* mlir_ctx) {
      mlir_ctx->allowUnregisteredDialects(/*allow=*/true);
      // Load dialects involved in the conversion
      mlir::DialectRegistry registry;
      // clang-format off
      registry.insert<mlir::arith::ArithDialect,
                      mlir::func::FuncDialect,
    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