Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for quant_td_files (0.16 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/BUILD

        deps = [":quant_td_files"],
    )
    
    gentbl_cc_library(
        name = "preprocess_op_gen",
        compatible_with = get_compatible_with_portable(),
        tbl_outs = [
            (
                ["-gen-rewriters"],
                "passes/preprocess_op.inc",
            ),
        ],
        tblgen = "@llvm-project//mlir:mlir-tblgen",
        td_file = "passes/preprocess_op.td",
        deps = [":quant_td_files"],
    )
    
    cc_library(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 22:58:42 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/BUILD

            "@llvm-project//mlir:Pass",
            "@llvm-project//mlir:QuantOps",
            "@llvm-project//mlir:Support",
            "@stablehlo//:stablehlo_ops",
        ],
    )
    
    td_library(
        name = "quant_td_files",
        srcs = [
            "passes/lift_quantizable_spots_as_functions_fusion.td",
            "passes/lift_quantizable_spots_as_functions_simple.td",
            "passes/optimize_graph.td",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 02:59:01 UTC 2024
    - 28.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/common/BUILD

            "@llvm-project//mlir:IR",
            "@llvm-project//mlir:Support",
            "@local_tsl//tsl/platform:status_matchers",
            "@stablehlo//:stablehlo_ops",
        ],
    )
    
    td_library(
        name = "quant_td_files",
        srcs = [
            "attrs_and_constraints.td",
        ],
        compatible_with = get_compatible_with_portable(),
        deps = [
            ":lift_as_function_call_td_files",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 10 04:07:09 UTC 2024
    - 7.5K bytes
    - Viewed (0)
Back to top