Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 25 for get_compatible_with_portable (0.44 sec)

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

        compatible_with = get_compatible_with_portable(),
        deps = [
            "@llvm-project//mlir:IR",
            "@llvm-project//mlir:Support",
        ],
    )
    
    cc_library(
        name = "tf_to_uniform_attribute_utils",
        srcs = ["tf_to_uniform_attribute_utils.cc"],
        hdrs = ["tf_to_uniform_attribute_utils.h"],
        compatible_with = get_compatible_with_portable(),
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/cc/BUILD

    load(
        "//tensorflow:tensorflow.bzl",
        "tf_cc_test",
    )
    load(
        "//tensorflow:tensorflow.default.bzl",
        "get_compatible_with_portable",
    )
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        # By default, these targets should only be used within the quantization library.
        default_visibility = [
            "//learning/brain/mlir/quantization:__subpackages__",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 04 07:19:09 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/experimental/common/BUILD

    load("//tensorflow:tensorflow.default.bzl", "get_compatible_with_portable")
    
    # copybara:uncomment package(default_applicable_licenses = ["//tensorflow:license"])
    
    cc_library(
        name = "outline_operations",
        srcs = ["outline_operations.cc"],
        hdrs = ["outline_operations.h"],
        compatible_with = get_compatible_with_portable(),
        visibility = ["//visibility:public"],
        deps = [
            "//tensorflow/compiler/mlir/lite:tensorflow_lite",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jul 10 22:54:09 UTC 2023
    - 755 bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/common/ir/BUILD

        deps = [
            "@llvm-project//mlir:InferTypeOpInterfaceTdFiles",
            "@llvm-project//mlir:OpBaseTdFiles",
            "@llvm-project//mlir:QuantizationOpsTdFiles",
            "@llvm-project//mlir:SideEffectInterfacesTdFiles",
        ],
    )
    
    gentbl_cc_library(
        name = "QuantOpsIncGen",
        compatible_with = get_compatible_with_portable(),
        tbl_outs = [
            (
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 29 02:59:58 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/quantization/tensorflow/BUILD

    load("@llvm-project//mlir:tblgen.bzl", "gentbl_cc_library", "td_library")
    load("//tensorflow:tensorflow.default.bzl", "get_compatible_with_portable")
    load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = [
            ":friends",
        ],
        licenses = ["notice"],
    )
    
    package_group(
        name = "friends",
        packages = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 05 07:39:40 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/stablehlo/python/BUILD

    load("//tensorflow:pytype.default.bzl", "pytype_strict_library")
    load(
        "//tensorflow:tensorflow.default.bzl",
        "get_compatible_with_portable",
        "tf_py_strict_test",
        "tf_python_pybind_extension",
    )
    load("//tensorflow/compiler/mlir/quantization/stablehlo:internal_visibility_allowlist.bzl", "internal_visibility_allowlist")
    
    package_group(
        name = "internal_visibility_allowlist_package",
        packages = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 20:18:36 UTC 2024
    - 7K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/kernels/internal/BUILD

    load("//tensorflow:tensorflow.default.bzl", "get_compatible_with_portable")
    load("//tensorflow/lite:build_def.bzl", "tflite_copts")
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = [
            "//visibility:public",
        ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "compatibility_macros",
        hdrs = ["compatibility_macros.h"],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 488 bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/BUILD

    load("@llvm-project//mlir:tblgen.bzl", "gentbl_cc_library")
    load("//tensorflow:tensorflow.default.bzl", "get_compatible_with_portable")
    load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = [
            "//tensorflow/compiler/mlir:__pkg__",
            "//tensorflow/compiler/mlir/tensorflow/transforms:__pkg__",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 28 23:42:09 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/ir/host_runtime/BUILD

    load("@llvm-project//mlir:tblgen.bzl", "gentbl_cc_library", "td_library")
    load("//tensorflow:tensorflow.default.bzl", "get_compatible_with_portable")
    load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = [
            "//tensorflow/compiler/mlir/tensorflow:__pkg__",
            "//tensorflow/compiler/mlir/tfrt:__subpackages__",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 29 02:59:58 UTC 2024
    - 3K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/quantization/stablehlo/BUILD

    load("//tensorflow:tensorflow.bzl", "tf_cc_test")
    load("//tensorflow:tensorflow.default.bzl", "get_compatible_with_portable")
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = ["//tensorflow/compiler/mlir/lite:__subpackages__"],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "quantization",
        srcs = ["quantization.cc"],
        hdrs = ["quantization.h"],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 03:28:15 UTC 2024
    - 2.3K bytes
    - Viewed (0)
Back to top