Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for tf_py_strict_test (0.25 sec)

  1. 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)
  2. tensorflow/compiler/mlir/quantization/tensorflow/calibrator/BUILD

    load(
        "//tensorflow:tensorflow.bzl",
        "tf_cc_test",
        "tf_gen_op_wrapper_py",
    )
    load(
        "//tensorflow:tensorflow.default.bzl",
        "get_compatible_with_portable",
        "tf_kernel_library",
        "tf_py_strict_test",
    )
    load("//tensorflow/core/platform:build_config.bzl", "tf_proto_library")
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 13 01:31:23 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  3. 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)
Back to top