Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for tf_python_pybind_extension (0.25 sec)

  1. tensorflow/compiler/mlir/python/mlir_wrapper/BUILD

    load("//tensorflow:tensorflow.default.bzl", "tf_python_pybind_extension")
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        licenses = ["notice"],
    )
    
    tf_python_pybind_extension(
        name = "mlir_wrapper",
        srcs = [
            "attrs.cc",
            "basic_classes.cc",
            "builders.cc",
            "mlir_wrapper.cc",
            "mlir_wrapper.h",
            "ops.cc",
            "types.cc",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 05 17:52:48 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  2. 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)
  3. tensorflow/compiler/mlir/tensorflow_to_stablehlo/python/BUILD

    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 = [
            "//tensorflow/compiler/mlir/lite/...",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 22:58:42 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/python/BUILD

    load("//tensorflow:strict.default.bzl", "py_strict_library")
    load("//tensorflow:tensorflow.default.bzl", "tf_python_pybind_extension")
    load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
    
    licenses(["notice"])
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = [
            ":friends",
            "//tensorflow:__pkg__",
        ],
    )
    
    package_group(
        name = "friends",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:23:49 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/tensorflow/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",
    )
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = [
            "//tensorflow/compiler/mlir/quantization/stablehlo:__subpackages__",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 18.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tfr/BUILD

    load(
        "//tensorflow:tensorflow.bzl",
        "tf_cc_binary",
        "tf_cc_test",
    )
    load("//tensorflow:tensorflow.default.bzl", "get_compatible_with_portable", "tf_py_strict_test", "tf_python_pybind_extension")
    load("//tensorflow/compiler/mlir:glob_lit_test.bzl", "glob_lit_tests")
    load("//tensorflow/compiler/mlir/tfr:build_defs.bzl", "gen_op_libraries")
    load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 14K bytes
    - Viewed (0)
Back to top