Skip to content

Commit 2c2b7eb

Browse files
h-jootensorflower-gardener
authored andcommitted
Automated Code Change
PiperOrigin-RevId: 866107334
1 parent c0fc7f1 commit 2c2b7eb

File tree

8 files changed

+13
-0
lines changed

8 files changed

+13
-0
lines changed

spinoffs/inference_gym/inference_gym/tools/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ licenses(["notice"])
2727
py_binary(
2828
name = "get_ground_truth",
2929
srcs = ["get_ground_truth.py"],
30+
strict_deps = False,
3031
deps = [
3132
# tensorflow_probability dep,
3233
"//inference_gym/internal:ground_truth_encoding",

tensorflow_probability/examples/BUILD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ licenses(["notice"])
3131
py_binary(
3232
name = "bayesian_neural_network",
3333
srcs = ["bayesian_neural_network.py"],
34+
strict_deps = False,
3435
deps = [
3536
":bayesian_neural_network_lib",
3637
],
@@ -70,6 +71,7 @@ py_test(
7071
py_binary(
7172
name = "disentangled_vae",
7273
srcs = ["disentangled_vae.py"],
74+
strict_deps = False,
7375
deps = [
7476
":disentangled_vae_lib",
7577
],
@@ -133,6 +135,7 @@ py_test(
133135
py_binary(
134136
name = "logistic_regression",
135137
srcs = ["logistic_regression.py"],
138+
strict_deps = False,
136139
deps = [
137140
":logistic_regression_lib",
138141
],
@@ -182,6 +185,7 @@ py_library(
182185
py_binary(
183186
name = "vq_vae",
184187
srcs = ["vq_vae.py"],
188+
strict_deps = False,
185189
deps = [
186190
":vq_vae_lib",
187191
],
@@ -224,6 +228,7 @@ py_test(
224228
py_binary(
225229
name = "cifar10_bnn",
226230
srcs = ["cifar10_bnn.py"],
231+
strict_deps = False,
227232
deps = [
228233
":cifar10_bnn_lib",
229234
],

tensorflow_probability/python/distributions/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4969,6 +4969,7 @@ py_binary(
49694969
name = "untestable_distributions",
49704970
testonly = 1,
49714971
srcs = ["untestable_distributions.py"],
4972+
strict_deps = False,
49724973
deps = [
49734974
# absl:app dep,
49744975
# absl/logging dep,

tensorflow_probability/python/distributions/internal/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ py_binary(
102102
name = "correlation_matrix_volumes",
103103
# testonly = 1, # DisableOnExport
104104
srcs = ["correlation_matrix_volumes.py"],
105+
strict_deps = False,
105106
deps = [
106107
":correlation_matrix_volumes_lib",
107108
":init",

tensorflow_probability/python/internal/backend/jax/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ py_test(
178178
py_binary(
179179
name = "rewrite",
180180
srcs = ["rewrite.py"],
181+
strict_deps = False,
181182
deps = [
182183
# absl:app dep,
183184
# absl/flags dep,

tensorflow_probability/python/internal/backend/meta/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ package(
2929
py_binary(
3030
name = "gen_linear_operators",
3131
srcs = ["gen_linear_operators.py"],
32+
strict_deps = False,
3233
deps = [
3334
# absl:app dep,
3435
# tensorflow dep,
@@ -38,6 +39,7 @@ py_binary(
3839
py_binary(
3940
name = "gen_tensor_shape",
4041
srcs = ["gen_tensor_shape.py"],
42+
strict_deps = False,
4143
deps = [
4244
# absl:app dep,
4345
# tensorflow dep,

tensorflow_probability/substrates/meta/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ py_test(
5151
py_binary(
5252
name = "rewrite",
5353
srcs = ["rewrite.py"],
54+
strict_deps = False,
5455
deps = [
5556
# absl:app dep,
5657
],

tensorflow_probability/tools/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ licenses(["notice"])
2121
py_binary(
2222
name = "build_docs",
2323
srcs = ["build_docs.py"],
24+
strict_deps = False,
2425
deps = [
2526
# jax dep,
2627
# tensorflow_docs/api_generator:generate_lib dep,

0 commit comments

Comments
 (0)