mirror of
https://github.com/zebrajr/tensorflow.git
synced 2026-01-15 12:15:41 +00:00
Internal-only change to BUILD files
PiperOrigin-RevId: 489204515
This commit is contained in:
committed by
TensorFlower Gardener
parent
3396cc7f64
commit
d8a85e6638
@@ -18,6 +18,7 @@ load("@local_config_tensorrt//:build_defs.bzl", "if_tensorrt")
|
||||
load("//tensorflow:tensorflow.default.bzl", "filegroup", "tf_cuda_cc_test")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
|
||||
@@ -19,6 +19,7 @@ load(
|
||||
)
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@ load(
|
||||
)
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@ load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
|
||||
load("//tensorflow:tensorflow.bzl", "tf_cc_test")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@ load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
|
||||
load("//tensorflow:tensorflow.bzl", "get_win_copts", "tf_cc_shared_object", "tf_cc_test")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@ load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
|
||||
load("//tensorflow:tensorflow.bzl", "tf_cc_shared_object")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = ["//visibility:private"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
@@ -4,6 +4,7 @@ load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
|
||||
load("//tensorflow:tensorflow.bzl", "get_win_copts", "tf_cc_shared_object")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
|
||||
@@ -16,6 +16,7 @@ load(
|
||||
|
||||
# Library of gradient functions.
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@ load(
|
||||
)
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@ load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
|
||||
|
||||
# Experimental ops. These will eventually be replaced by machine-generated versions.
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@ load(
|
||||
)
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = ["//visibility:public"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
@@ -4,6 +4,7 @@ load(
|
||||
)
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = ["//visibility:public"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
@@ -4,6 +4,7 @@ load(
|
||||
)
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = ["//visibility:private"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = ["//visibility:public"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
@@ -4,6 +4,7 @@ load(
|
||||
)
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = ["//visibility:private"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = ["//visibility:private"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = ["//tensorflow/c/experimental/ops/gen:__subpackages__"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
@@ -5,6 +5,7 @@ load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
|
||||
load("//tensorflow:tensorflow.default.bzl", "filegroup")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@ load(
|
||||
)
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = [
|
||||
"//tensorflow/c:__subpackages__",
|
||||
"//tensorflow/c/experimental/saved_model/internal:__pkg__",
|
||||
|
||||
@@ -8,6 +8,7 @@ load(
|
||||
)
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = [
|
||||
# Restricting visibility for now
|
||||
"//tensorflow/c/experimental/saved_model/core:__subpackages__",
|
||||
|
||||
@@ -3,6 +3,7 @@ load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
|
||||
# This package contains classes corresponding to Revived SavedObjectGraph types
|
||||
# used by SavedModel. See https://cs.opensource.google/tensorflow/tensorflow/+/c575e2ba93c442121d98d3f125d83fed1339924d:tensorflow/core/protobuf/saved_object_graph.proto;l=56-62
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = [
|
||||
# Restricting visibility for now
|
||||
"//tensorflow/c/experimental/saved_model/core:__pkg__",
|
||||
|
||||
@@ -20,7 +20,10 @@ load(
|
||||
"tf_copts",
|
||||
)
|
||||
|
||||
package(licenses = ["notice"])
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "concrete_function",
|
||||
|
||||
@@ -2,6 +2,7 @@ load("//tensorflow:tensorflow.default.bzl", "filegroup")
|
||||
load("//tensorflow:strict.default.bzl", "py_strict_binary")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
# This is intentionally public
|
||||
default_visibility = [
|
||||
"//visibility:public",
|
||||
|
||||
@@ -9,6 +9,7 @@ load(
|
||||
load("//tensorflow:tensorflow.default.bzl", "filegroup")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@ load(
|
||||
)
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@ load("//tensorflow:tensorflow.bzl", "tf_cc_test")
|
||||
load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = ["//visibility:public"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
@@ -13,6 +13,7 @@ load(
|
||||
load("//tensorflow:tensorflow.default.bzl", "filegroup", "tf_gen_op_wrappers_cc")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = ["//visibility:public"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
# This is intentionally public
|
||||
default_visibility = [
|
||||
"//visibility:public",
|
||||
|
||||
@@ -4,6 +4,7 @@ load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
|
||||
load("//tensorflow:tensorflow.bzl", "tf_cc_test")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
|
||||
@@ -5,6 +5,7 @@ load(
|
||||
)
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility =
|
||||
[
|
||||
"//tensorflow/cc/experimental/libtf:__subpackages__",
|
||||
|
||||
@@ -12,6 +12,7 @@ load("//tensorflow:tensorflow.default.bzl", "filegroup")
|
||||
load("//tensorflow:strict.default.bzl", "py_strict_binary")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = [
|
||||
"//tensorflow/cc/experimental/libtf:__subpackages__",
|
||||
],
|
||||
|
||||
@@ -10,6 +10,7 @@ load(
|
||||
)
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = [
|
||||
"//tensorflow/cc/experimental/libtf:__subpackages__",
|
||||
],
|
||||
|
||||
@@ -6,6 +6,7 @@ load(
|
||||
)
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = [
|
||||
"//tensorflow/cc/experimental/libtf:__subpackages__",
|
||||
],
|
||||
|
||||
@@ -4,6 +4,7 @@ load(
|
||||
)
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = [
|
||||
"//tensorflow/cc/experimental/libtf:__subpackages__",
|
||||
],
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = [
|
||||
"//tensorflow/cc/experimental/libtf:__subpackages__",
|
||||
],
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = [
|
||||
"//tensorflow/cc/experimental/libtf:__subpackages__",
|
||||
],
|
||||
|
||||
@@ -7,6 +7,8 @@ load(
|
||||
)
|
||||
load("//tensorflow:tensorflow.bzl", "tf_copts")
|
||||
|
||||
# copybara:uncomment package(default_applicable_licenses = ["//tensorflow:license"])
|
||||
|
||||
cc_library(
|
||||
name = "cc_op_fuzz_gen_main",
|
||||
srcs = [
|
||||
|
||||
@@ -17,6 +17,7 @@ load(
|
||||
)
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = ["//visibility:public"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
# This is intentionally public
|
||||
default_visibility = [
|
||||
"//visibility:public",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
load("//tensorflow:tensorflow.bzl", "tf_cc_test")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
load("//tensorflow/core/platform:build_config.bzl", "tf_py_clif_cc")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = ["//visibility:public"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
@@ -8,6 +8,7 @@ load(
|
||||
)
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = ["//visibility:public"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
@@ -4,6 +4,7 @@ load("//tensorflow:tensorflow.bzl", "tf_cc_binary", "tf_cc_test")
|
||||
load("//tensorflow/core/platform:build_config.bzl", "if_llvm_aarch64_available", "if_llvm_system_z_available")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = ["//visibility:private"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
@@ -4,6 +4,7 @@ load("//tensorflow:tensorflow.bzl", "tf_cc_test")
|
||||
load("//tensorflow/compiler/mlir:glob_lit_test.bzl", "glob_lit_tests")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = ["//visibility:private"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
@@ -10,6 +10,7 @@ load(
|
||||
)
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = [
|
||||
":internal",
|
||||
"//third_party/cloud_tpu/inference_converter:__pkg__",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = [
|
||||
"//tensorflow/compiler/tf2xla:internal",
|
||||
"//tensorflow/core/tpu:__subpackages__",
|
||||
|
||||
@@ -2,6 +2,7 @@ load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
|
||||
load("//tensorflow:tensorflow.bzl", "tf_gen_op_wrapper_py")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = ["//tensorflow/compiler/tf2xla:internal"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
@@ -3,7 +3,10 @@ load("//tensorflow:tensorflow.bzl", "tf_cc_test")
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
package(default_visibility = ["//visibility:private"])
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = ["//visibility:private"],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "auto_clustering_test_helper",
|
||||
|
||||
@@ -10,6 +10,7 @@ load(
|
||||
)
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = ["//visibility:public"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
@@ -5,6 +5,7 @@ load("//tensorflow:tensorflow.bzl", "tf_cc_binary", "tf_cc_test", "tf_native_cc_
|
||||
load("@llvm-project//mlir:tblgen.bzl", "gentbl_cc_library", "td_library")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = [
|
||||
# TODO(jpienaar): Make the visibility more restrictive.
|
||||
":friends",
|
||||
|
||||
@@ -8,6 +8,7 @@ load(
|
||||
)
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = [
|
||||
"//visibility:public",
|
||||
],
|
||||
|
||||
@@ -2,6 +2,7 @@ load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
|
||||
load("//tensorflow:tensorflow.bzl", "tf_cc_binary")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = [
|
||||
"//visibility:public",
|
||||
],
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = [
|
||||
"//visibility:public",
|
||||
],
|
||||
|
||||
@@ -2,6 +2,7 @@ load("//tensorflow:tensorflow.default.bzl", "pybind_extension")
|
||||
load("//tensorflow:tensorflow.bzl", "VERSION")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = [
|
||||
"//tensorflow/compiler/mlir/lite/experimental/tac:__subpackages__",
|
||||
],
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
load("//tensorflow:tensorflow.default.bzl", "filegroup")
|
||||
load("//tensorflow/compiler/mlir:glob_lit_test.bzl", "glob_lit_tests")
|
||||
|
||||
package(licenses = ["notice"])
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
glob_lit_tests(
|
||||
data = [":test_utilities"],
|
||||
|
||||
@@ -2,6 +2,7 @@ load("//tensorflow:tensorflow.default.bzl", "filegroup")
|
||||
load("//tensorflow/compiler/mlir:glob_lit_test.bzl", "glob_lit_tests")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = [
|
||||
"//visibility:public",
|
||||
],
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = [
|
||||
"//visibility:public",
|
||||
],
|
||||
|
||||
@@ -2,6 +2,7 @@ load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
|
||||
load("//tensorflow:tensorflow.bzl", "tf_cc_test")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = [
|
||||
"//tensorflow/compiler/mlir/lite:__subpackages__",
|
||||
"//tensorflow/lite/python:__subpackages__",
|
||||
|
||||
@@ -2,7 +2,10 @@ load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
package(default_visibility = [":friends"])
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = [":friends"],
|
||||
)
|
||||
|
||||
package_group(
|
||||
name = "friends",
|
||||
|
||||
@@ -5,6 +5,7 @@ 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",
|
||||
],
|
||||
|
||||
@@ -3,6 +3,7 @@ load("@llvm-project//mlir:tblgen.bzl", "gentbl_cc_library", "td_library")
|
||||
load("//tensorflow:tensorflow.default.bzl", "get_compatible_with_cloud")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = ["//visibility:public"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
@@ -2,6 +2,7 @@ load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
|
||||
load("//tensorflow:tensorflow.bzl", "tf_cc_binary", "tf_cc_test")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = [
|
||||
":friends",
|
||||
],
|
||||
|
||||
@@ -3,6 +3,7 @@ load("@llvm-project//mlir:tblgen.bzl", "gentbl_cc_library", "td_library")
|
||||
load("//tensorflow:tensorflow.default.bzl", "get_compatible_with_cloud")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = [
|
||||
":friends",
|
||||
],
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
load("//tensorflow:tensorflow.default.bzl", "filegroup")
|
||||
load("//tensorflow/compiler/mlir:glob_lit_test.bzl", "glob_lit_tests")
|
||||
|
||||
package(licenses = ["notice"])
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
glob_lit_tests(
|
||||
data = [":test_utilities"],
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
load("//tensorflow:tensorflow.default.bzl", "filegroup")
|
||||
load("//tensorflow/compiler/mlir:glob_lit_test.bzl", "glob_lit_tests")
|
||||
|
||||
package(licenses = ["notice"])
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
glob_lit_tests(
|
||||
data = [":test_utilities"],
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = [
|
||||
":friends",
|
||||
],
|
||||
|
||||
@@ -4,6 +4,7 @@ load("@llvm-project//mlir:tblgen.bzl", "gentbl_cc_library")
|
||||
load("//tensorflow:tensorflow.bzl", "tf_cc_binary")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = [
|
||||
"//visibility:public",
|
||||
],
|
||||
|
||||
@@ -2,6 +2,7 @@ load("//tensorflow:tensorflow.default.bzl", "filegroup")
|
||||
load("//tensorflow/compiler/mlir:glob_lit_test.bzl", "glob_lit_tests")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = [
|
||||
"//visibility:public",
|
||||
],
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
load("//tensorflow:tensorflow.default.bzl", "filegroup")
|
||||
load("//tensorflow/compiler/mlir:glob_lit_test.bzl", "glob_lit_tests")
|
||||
|
||||
package(licenses = ["notice"])
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
glob_lit_tests(
|
||||
data = [":test_utilities"],
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
load("//tensorflow:tensorflow.default.bzl", "filegroup")
|
||||
load("//tensorflow/compiler/mlir:glob_lit_test.bzl", "glob_lit_tests")
|
||||
|
||||
# copybara:uncomment package(default_applicable_licenses = ["//tensorflow:license"])
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
glob_lit_tests(
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
load("//tensorflow:tensorflow.default.bzl", "filegroup")
|
||||
load("//tensorflow/compiler/mlir:glob_lit_test.bzl", "glob_lit_tests")
|
||||
|
||||
# copybara:uncomment package(default_applicable_licenses = ["//tensorflow:license"])
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
glob_lit_tests(
|
||||
|
||||
@@ -2,6 +2,8 @@ load("//tensorflow:tensorflow.default.bzl", "filegroup")
|
||||
load("//tensorflow/compiler/mlir:glob_lit_test.bzl", "glob_lit_tests")
|
||||
load("//tensorflow:tensorflow.bzl", "tf_native_cc_binary")
|
||||
|
||||
# copybara:uncomment package(default_applicable_licenses = ["//tensorflow:license"])
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
glob_lit_tests(
|
||||
|
||||
@@ -9,6 +9,8 @@
|
||||
load("//tensorflow:tensorflow.default.bzl", "filegroup")
|
||||
load("//tensorflow/compiler/mlir:glob_lit_test.bzl", "glob_lit_tests")
|
||||
|
||||
# copybara:uncomment package(default_applicable_licenses = ["//tensorflow:license"])
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
glob_lit_tests(
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
load("//tensorflow:tensorflow.default.bzl", "filegroup")
|
||||
load("//tensorflow/compiler/mlir:glob_lit_test.bzl", "glob_lit_tests")
|
||||
|
||||
# copybara:uncomment package(default_applicable_licenses = ["//tensorflow:license"])
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
glob_lit_tests(
|
||||
|
||||
@@ -2,6 +2,7 @@ load("//tensorflow:tensorflow.default.bzl", "filegroup")
|
||||
load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = ["//visibility:public"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
load("//tensorflow:tensorflow.default.bzl", "tf_python_pybind_extension")
|
||||
|
||||
package(licenses = ["notice"])
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
tf_python_pybind_extension(
|
||||
name = "mlir_wrapper",
|
||||
|
||||
@@ -15,6 +15,7 @@ package_group(
|
||||
)
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = [
|
||||
":internal_visibility_allowlist_package",
|
||||
],
|
||||
|
||||
@@ -15,6 +15,7 @@ load(
|
||||
)
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = [
|
||||
"//tensorflow/compiler/mlir/quantization/tensorflow:internal_visibility_allowlist_package",
|
||||
],
|
||||
|
||||
@@ -11,6 +11,7 @@ load(
|
||||
)
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = [
|
||||
"//tensorflow/compiler/mlir/quantization/tensorflow:internal_visibility_allowlist_package",
|
||||
"//tensorflow/python:__subpackages__",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
load("//tensorflow/compiler/mlir:glob_lit_test.bzl", "glob_lit_tests")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = [
|
||||
"//tensorflow/compiler/mlir/quantization/tensorflow:internal_visibility_allowlist_package",
|
||||
],
|
||||
|
||||
@@ -3,6 +3,7 @@ load("//tensorflow:tensorflow.default.bzl", "get_compatible_with_cloud")
|
||||
load("//tensorflow:tensorflow.bzl", "tf_cc_test")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = [
|
||||
"//tensorflow/compiler/mlir/quantization/tensorflow:internal_visibility_allowlist_package",
|
||||
],
|
||||
|
||||
@@ -9,6 +9,7 @@ load("//tensorflow:tensorflow.bzl", "tf_cc_test", "tf_gen_op_wrapper_py")
|
||||
#
|
||||
# copybara:uncomment_end(google-only)
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = ["//visibility:public"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
@@ -6,6 +6,7 @@ load(
|
||||
)
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = [":friends"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
load("//tensorflow:tensorflow.default.bzl", "filegroup")
|
||||
load("//tensorflow/compiler/mlir:glob_lit_test.bzl", "glob_lit_tests")
|
||||
|
||||
package(licenses = ["notice"])
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
glob_lit_tests(
|
||||
data = [":test_utilities"],
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
load("//tensorflow:tensorflow.default.bzl", "filegroup")
|
||||
load("//tensorflow/compiler/mlir:glob_lit_test.bzl", "glob_lit_tests")
|
||||
|
||||
# copybara:uncomment package(default_applicable_licenses = ["//tensorflow:license"])
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
glob_lit_tests(
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
load("//tensorflow:tensorflow.default.bzl", "filegroup")
|
||||
load("//tensorflow/compiler/mlir:glob_lit_test.bzl", "glob_lit_tests")
|
||||
|
||||
# copybara:uncomment package(default_applicable_licenses = ["//tensorflow:license"])
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
glob_lit_tests(
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
load("//tensorflow:tensorflow.default.bzl", "filegroup")
|
||||
load("//tensorflow/compiler/mlir:glob_lit_test.bzl", "glob_lit_tests")
|
||||
|
||||
# copybara:uncomment package(default_applicable_licenses = ["//tensorflow:license"])
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
glob_lit_tests(
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
load("//tensorflow:tensorflow.default.bzl", "filegroup")
|
||||
load("//tensorflow/compiler/mlir:glob_lit_test.bzl", "glob_lit_tests")
|
||||
|
||||
# copybara:uncomment package(default_applicable_licenses = ["//tensorflow:license"])
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
glob_lit_tests(
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
load("//tensorflow:tensorflow.default.bzl", "filegroup")
|
||||
load("//tensorflow/compiler/mlir:glob_lit_test.bzl", "glob_lit_tests")
|
||||
|
||||
# copybara:uncomment package(default_applicable_licenses = ["//tensorflow:license"])
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
glob_lit_tests(
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
load("//tensorflow:tensorflow.default.bzl", "filegroup")
|
||||
load("//tensorflow/compiler/mlir:glob_lit_test.bzl", "glob_lit_tests")
|
||||
|
||||
# copybara:uncomment package(default_applicable_licenses = ["//tensorflow:license"])
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
glob_lit_tests(
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
load("//tensorflow:tensorflow.default.bzl", "filegroup")
|
||||
load("//tensorflow/compiler/mlir:glob_lit_test.bzl", "glob_lit_tests")
|
||||
|
||||
# copybara:uncomment package(default_applicable_licenses = ["//tensorflow:license"])
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
glob_lit_tests(
|
||||
|
||||
@@ -2,6 +2,7 @@ load("//tensorflow:tensorflow.default.bzl", "filegroup")
|
||||
load("//tensorflow/compiler/mlir:glob_lit_test.bzl", "glob_lit_tests")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
load("//tensorflow:tensorflow.default.bzl", "filegroup")
|
||||
load("//tensorflow/compiler/mlir:glob_lit_test.bzl", "glob_lit_tests")
|
||||
|
||||
# copybara:uncomment package(default_applicable_licenses = ["//tensorflow:license"])
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
glob_lit_tests(
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
load("//tensorflow:tensorflow.default.bzl", "filegroup")
|
||||
load("//tensorflow/compiler/mlir:glob_lit_test.bzl", "glob_lit_tests")
|
||||
|
||||
# copybara:uncomment package(default_applicable_licenses = ["//tensorflow:license"])
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
glob_lit_tests(
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
# Description:
|
||||
# TF2XLA Bridge and related components.
|
||||
|
||||
# copybara:uncomment package(default_applicable_licenses = ["//tensorflow:license"])
|
||||
|
||||
cc_library(
|
||||
name = "mlir_bridge_rollout_policy",
|
||||
srcs = ["mlir_bridge_rollout_policy.cc"],
|
||||
|
||||
@@ -15,6 +15,7 @@ load("//tensorflow/compiler/mlir:glob_lit_test.bzl", "glob_lit_tests")
|
||||
load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = [
|
||||
":friends",
|
||||
],
|
||||
|
||||
@@ -2,6 +2,7 @@ load("//tensorflow:tensorflow.default.bzl", "tf_py_test")
|
||||
load("//tensorflow/compiler/mlir/tfr:build_defs.bzl", "gen_op_libraries")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = [
|
||||
":friends",
|
||||
],
|
||||
|
||||
@@ -3,6 +3,7 @@ load("//tensorflow/compiler/mlir/tfr:build_defs.bzl", "gen_op_libraries")
|
||||
load("//tensorflow/core/platform:distribute.bzl", "distribute_py_test")
|
||||
|
||||
package(
|
||||
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
||||
default_visibility = [
|
||||
":friends",
|
||||
],
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user