Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for optimize_inc_gen (0.3 sec)

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

            ),
        ],
        tblgen = "@llvm-project//mlir:mlir-tblgen",
        td_file = "passes/tf_quant_ops.td",
        deps = [
            ":quant_td_files",
        ],
    )
    
    gentbl_cc_library(
        name = "optimize_inc_gen",
        compatible_with = get_compatible_with_portable(),
        tbl_outs = [
            (
                ["-gen-rewriters"],
                "passes/optimize.inc",
            ),
        ],
    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

        visibility = [
            ":internal_visibility_allowlist_package",
            "//tensorflow/compiler/mlir:__subpackages__",
        ],
        deps = [
            ":bridge_passes_inc_gen",
            ":optimize_inc_gen",
            ":tf_type_utils",
            "//tensorflow/compiler/mlir/tensorflow",
            "//tensorflow/compiler/mlir/tensorflow:mangling_util",
            "//tensorflow/compiler/mlir/tensorflow:tensorflow_attributes",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 02:59:01 UTC 2024
    - 28.3K bytes
    - Viewed (0)
Back to top