Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for passes_inc_gen (0.14 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/BUILD

            "@llvm-project//mlir:Pass",
            "@llvm-project//mlir:QuantOps",
            "@llvm-project//mlir:Support",
            "@llvm-project//mlir:Transforms",
        ],
    )
    
    gentbl_cc_library(
        name = "passes_inc_gen",
        compatible_with = get_compatible_with_portable(),
        tbl_outs = [
            (
                [
                    "-gen-pass-decls",
                    "-name=OdmlStablehlo",
                ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 23:16:05 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/odml_converter/BUILD

    cc_library(
        name = "outline_composites",
        srcs = [
            "transforms/outline_composites.cc",
        ],
        hdrs = ["passes.h"],
        compatible_with = get_compatible_with_portable(),
        deps = [
            ":passes_inc_gen",
            "@llvm-project//llvm:Support",
            "@llvm-project//mlir:BufferizationInterfaces",
            "@llvm-project//mlir:FuncDialect",
            "@llvm-project//mlir:IR",
            "@llvm-project//mlir:Pass",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 22:27:36 UTC 2024
    - 3.6K bytes
    - Viewed (0)
Back to top