Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for cc_proto_library (0.34 sec)

  1. tensorflow/compiler/mlir/lite/experimental/tac/BUILD

    load("//tensorflow:tensorflow.default.bzl", "get_compatible_with_portable")
    load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
    # copybara:uncomment load("//tools/build_defs/proto/cpp:cc_proto_library.bzl", "cc_proto_library")
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = [
            "//visibility:public",
        ],
        licenses = ["notice"],
    )
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 06:11:34 UTC 2024
    - 12K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/calibrator/BUILD

    load("//tensorflow:strict.default.bzl", "py_strict_library")
    
    # Placeholder: load py_proto_library
    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(
    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/tensorflow/BUILD

    load("//tensorflow:strict.default.bzl", "py_strict_binary")
    
    # Placeholder: load py_proto_library
    load("//tensorflow:tensorflow.bzl", "tf_cc_binary")
    load("//tensorflow:tensorflow.default.bzl", "get_compatible_with_portable")
    load("//tensorflow/compiler/mlir/quantization/tensorflow:internal_visibility_allowlist.bzl", "internal_visibility_allowlist")
    load("//tensorflow/core/platform:build_config.bzl", "tf_proto_library")
    
    package(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 22:58:42 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/stablehlo/BUILD

    # Placeholder: load py_proto_library
    load("@llvm-project//mlir:tblgen.bzl", "gentbl_cc_library", "td_library")
    load("//tensorflow:tensorflow.bzl", "tf_cc_binary", "tf_cc_test")
    load("//tensorflow:tensorflow.default.bzl", "get_compatible_with_portable")
    load("//tensorflow/compiler/mlir/quantization/stablehlo:internal_visibility_allowlist.bzl", "internal_visibility_allowlist")
    load("//tensorflow/core/platform:build_config.bzl", "tf_proto_library")
    
    package_group(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 02:59:01 UTC 2024
    - 28.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/debug/BUILD

    load(
        "//tensorflow/core/platform:build_config.bzl",
        "tf_proto_library",
    )
    
    # OSS only: This target is header-only. Link `debug_options_proto_cc_impl` only to
    # `libtensorflow_framework.so` via `lib_internal_impl`. Do NOT link `debug_options_proto_cc_impl`
    # directly unless the target does not link `libtensorflow_framework.so`.
    tf_proto_library(
        name = "debug_options_proto",
        srcs = ["debug_options.proto"],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jan 10 05:39:34 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/quantization/BUILD

    load("//tensorflow:tensorflow.bzl", "tf_cc_test", "tf_native_cc_binary")
    load("//tensorflow/core/platform:build_config.bzl", "tf_proto_library")
    load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = [
            ":friends",
            "//tensorflow:__pkg__",
        ],
        licenses = ["notice"],
    )
    
    package_group(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 08 01:38:03 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tf2xla/api/v2/BUILD

    load("//tensorflow:tensorflow.bzl", "tf_cc_test")
    load("//tensorflow/core/platform:build_config.bzl", "tf_proto_library")
    load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
    
    # Please reach out to tf-bridge-team@ before using the TF2XLA bridge.
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = [
            ":__subpackages__",
        ],
    )
    
    cc_library(
        name = "legalize_tf",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 23:04:51 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tfrt/BUILD

    # Note: keep the following lines separate due to the way copybara works
    load("//tensorflow:tensorflow.default.bzl", "get_compatible_with_portable")
    load(
        "//tensorflow/core/platform:build_config.bzl",
        "tf_proto_library",
    )
    
    # TF to TFRT kernels conversion.
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = [":friends"],
        licenses = ["notice"],
    )
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 19:04:21 UTC 2024
    - 23.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/jit/BUILD

    load("//tensorflow:tensorflow.default.bzl", "cc_header_only_library", "filegroup", "tf_custom_op_py_strict_library")
    load("//tensorflow/core/platform:build_config.bzl", "tf_additional_all_protos", "tf_proto_library")
    load(
        "//tensorflow/core/platform:build_config_root.bzl",
        "if_static",
        "tf_cuda_tests_tags",
    )
    load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
    
    package(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 00:41:19 UTC 2024
    - 61.5K bytes
    - Viewed (0)
Back to top