Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 261 for sris (0.28 sec)

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

            "//tensorflow/lite/tools/optimize/...",
        ],
    )
    
    tf_proto_library(
        name = "quantization_info_proto",
        srcs = [
            "quantization_info.proto",
        ],
        cc_api_version = 2,
    )
    
    cc_library(
        name = "quantization_passes",
        srcs = [
            "import_quant_stats_pass.cc",
        ],
        hdrs = [
            "quantization_passes.h",
        ],
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 08 01:38:03 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/internal/BUILD

        ],
    )
    
    cc_library(
        name = "mlir_pass_instrumentation",
        srcs = ["mlir_pass_instrumentation.cc"],
        hdrs = ["mlir_pass_instrumentation.h"],
        deps = [
            "//tensorflow/core/platform:logging",
            "@llvm-project//mlir:Pass",
        ],
    )
    
    tf_cc_test(
        name = "mlir_pass_instrumentation_test",
        srcs = ["mlir_pass_instrumentation_test.cc"],
        deps = [
            ":mlir_pass_instrumentation",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 28 23:42:09 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  3. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/generator/BazelFileContentGenerator.groovy

        implementation = _impl,
    )
    
    def junit_tests(name, srcs, **kwargs):
        s_name = name.replace("-", "_") + "TestSuite"
        _GenSuite(
            name = s_name,
            srcs = srcs,
            outname = s_name,
        )
        java_test(
            name = name,
            test_class = s_name,
            srcs = srcs + [":" + s_name],
            **kwargs
        )
        '''
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tfr/build_defs.bzl

        gen_op_lib_exec = src[:-3]  # Strip off the .py
        py_strict_binary(
            name = gen_op_lib_exec,
            srcs = [src],
            srcs_version = "PY3",
            python_version = "PY3",
            deps = py_deps,
        )
    
        registered_op = "registered_" + name
        native.genrule(
            name = registered_op,
            srcs = [],
            outs = [name + ".inc.cc"],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tfr/BUILD

    )
    
    cc_library(
        name = "utils",
        srcs = [
            "utils/utils.cc",
        ],
        hdrs = [
            "utils/utils.h",
        ],
        deps = [
            ":tfr",
            "@llvm-project//llvm:Support",
            "@llvm-project//mlir:IR",
            "@llvm-project//mlir:Support",
        ],
    )
    
    cc_library(
        name = "passes",
        srcs = [
            "passes/canonicalize.cc",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 14K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/stablehlo/BUILD

    )
    
    cc_library(
        name = "stablehlo_util",
        srcs = [
            "transforms/stablehlo_util.cc",
        ],
        hdrs = [
            "transforms/stablehlo_util.h",
        ],
        copts = [
            "-Ithird_party",
        ],
        deps = [
            "@llvm-project//llvm:Support",
        ],
        alwayslink = 1,
    )
    
    cc_library(
        name = "rename_entrypoint_to_main",
        srcs = [
            "transforms/rename_entrypoint_to_main.cc",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 23:16:05 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  7. tensorflow/c/experimental/ops/gen/cpp/BUILD

    )
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = ["//visibility:private"],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "cpp",
        srcs = glob(
            ["*.cc"],
            exclude = ["*_test.cc"],
        ),
        hdrs = glob(["*.h"]),
        visibility = ["//tensorflow/c/experimental/ops/gen:__pkg__"],
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 17 15:20:54 UTC 2022
    - 1.3K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/tensorflow/cc/BUILD

            "//learning/brain/mlir/quantization:__subpackages__",
            "//tensorflow/compiler/mlir/quantization:__subpackages__",
        ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "save_variables",
        srcs = ["save_variables.cc"],
        hdrs = ["save_variables.h"],
        compatible_with = get_compatible_with_portable(),
        deps = [
            "//tensorflow/compiler/mlir/tensorflow",
            "//tensorflow/core:framework",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 04 07:19:09 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  9. tensorflow/c/experimental/ops/gen/cpp/renderers/BUILD

    )
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = ["//visibility:private"],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "renderers",
        srcs = glob(
            ["*.cc"],
            exclude = ["*_test.cc"],
        ),
        hdrs = glob(["*.h"]),
        visibility = ["//tensorflow/c/experimental/ops/gen/cpp:__pkg__"],
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 04 21:13:03 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/BUILD

    exports_files(glob(["g3doc/*.md"] + ["g3doc/_includes/tf_passes.md"]))
    
    # To reference all tablegen files here when checking for updates to them.
    filegroup(
        name = "td_files",
        srcs = glob(["**/*.td"]),
    )
    
    cc_library(
        name = "op_or_arg_name_mapper",
        srcs = ["op_or_arg_name_mapper.cc"],
        hdrs = ["op_or_arg_name_mapper.h"],
        deps = [
            "//tensorflow/compiler/mlir/utils:name_utils",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 9.2K bytes
    - Viewed (0)
Back to top