Skip to content

Commit 3682e3b

Browse files
h-jootensorflower-gardener
authored andcommitted
Automated Code Change
PiperOrigin-RevId: 867387378
1 parent 2c2b7eb commit 3682e3b

File tree

25 files changed

+89
-0
lines changed

25 files changed

+89
-0
lines changed

discussion/neutra/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ py_test(
4949
size = "medium",
5050
srcs = ["neutra_kernel_test.py"],
5151
shard_count = 5,
52+
strict_deps = False,
5253
deps = [
5354
":neutra",
5455
# absl/testing:parameterized dep,

discussion/turnkey_inference_candidate/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ py_test(
5151
size = "enormous",
5252
srcs = ["window_tune_nuts_sampling_test.py"],
5353
shard_count = 1,
54+
strict_deps = False,
5455
tags = [
5556
"nozapfhahn",
5657
],
@@ -70,6 +71,7 @@ py_test(
7071
srcs = ["window_tune_nuts_sampling_test.py"],
7172
main = "window_tune_nuts_sampling_test.py",
7273
shard_count = 1,
74+
strict_deps = False,
7375
tags = [
7476
"notap",
7577
"nozapfhahn",

tensorflow_probability/python/bijectors/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ py_test(
144144
size = "large",
145145
srcs = ["bijector_properties_test.py"],
146146
shard_count = 35,
147+
strict_deps = False,
147148
tags = ["hypothesis"],
148149
deps = [
149150
":bijectors",
@@ -1199,6 +1200,7 @@ py_test(
11991200
name = "glow_test",
12001201
size = "medium",
12011202
srcs = ["glow_test.py"],
1203+
strict_deps = False,
12021204
deps = [
12031205
":bijector",
12041206
":bijector_test_util",

tensorflow_probability/python/distributions/BUILD

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2728,6 +2728,7 @@ py_test(
27282728
srcs = ["binomial_test.py"],
27292729
main = "binomial_test.py",
27302730
shard_count = 3,
2731+
strict_deps = False,
27312732
tags = ["requires-gpu-nvidia"],
27322733
deps = [
27332734
# numpy dep,
@@ -3104,6 +3105,7 @@ py_test(
31043105
srcs = ["gamma_test.py"],
31053106
main = "gamma_test.py",
31063107
shard_count = 2,
3108+
strict_deps = False,
31073109
tags = ["requires-gpu-nvidia"],
31083110
deps = [
31093111
":gamma",
@@ -4251,6 +4253,7 @@ py_test(
42514253
size = "medium",
42524254
srcs = ["poisson_test.py"],
42534255
main = "poisson_test.py",
4256+
strict_deps = False,
42544257
tags = ["requires-gpu-nvidia"],
42554258
deps = [
42564259
":poisson",
@@ -4825,6 +4828,7 @@ py_test(
48254828
size = "large",
48264829
srcs = ["distribution_properties_test.py"],
48274830
shard_count = 50,
4831+
strict_deps = False,
48284832
tags = ["hypothesis"],
48294833
deps = [
48304834
":distributions",
@@ -4853,6 +4857,7 @@ py_test(
48534857
size = "large",
48544858
srcs = ["numerical_properties_test.py"],
48554859
shard_count = 50,
4860+
strict_deps = False,
48564861
tags = ["hypothesis"],
48574862
deps = [
48584863
":hypothesis_testlib",
@@ -4894,6 +4899,7 @@ py_test(
48944899
size = "large",
48954900
srcs = ["jax_transformation_test.py"],
48964901
shard_count = 40,
4902+
strict_deps = False,
48974903
tags = [
48984904
"hypothesis",
48994905
"notap",
@@ -4910,6 +4916,7 @@ py_test(
49104916
args = ["--execute_only"],
49114917
main = "jax_transformation_test.py",
49124918
shard_count = 50,
4919+
strict_deps = False,
49134920
tags = [
49144921
"hypothesis",
49154922
"no-oss-ci",
@@ -4925,6 +4932,7 @@ py_test(
49254932
size = "large",
49264933
srcs = ["platform_compatibility_test.py"],
49274934
shard_count = 50,
4935+
strict_deps = False,
49284936
tags = [
49294937
"hypothesis",
49304938
],
@@ -4948,6 +4956,7 @@ py_test(
49484956
size = "large",
49494957
srcs = ["stochastic_process_properties_test.py"],
49504958
shard_count = 10,
4959+
strict_deps = False,
49514960
tags = ["hypothesis"],
49524961
deps = [
49534962
":gaussian_process",

tensorflow_probability/python/distributions/internal/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ py_test(
116116
size = "small",
117117
srcs = ["correlation_matrix_volumes_test.py"],
118118
shard_count = 4,
119+
strict_deps = False,
119120
tags = [
120121
"no_pip",
121122
"optonly",

tensorflow_probability/python/experimental/auto_batching/BUILD

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ py_test(
232232
args = ["--test_device=cpu"],
233233
main = "virtual_machine_test.py",
234234
shard_count = 10,
235+
strict_deps = False,
235236
tags = [
236237
"nozapfhahn",
237238
],
@@ -252,6 +253,7 @@ py_test(
252253
args = ["--test_device=gpu"],
253254
main = "virtual_machine_test.py",
254255
shard_count = 10,
256+
strict_deps = False,
255257
tags = [
256258
"nozapfhahn",
257259
"requires-gpu-nvidia",
@@ -270,6 +272,7 @@ py_test(
270272
name = "instructions_test",
271273
size = "small",
272274
srcs = ["instructions_test.py"],
275+
strict_deps = False,
273276
deps = [
274277
":instructions",
275278
":test_programs",
@@ -282,6 +285,7 @@ py_test(
282285
name = "numpy_backend_test",
283286
size = "small",
284287
srcs = ["numpy_backend_test.py"],
288+
strict_deps = False,
285289
deps = [
286290
":backend_test_lib",
287291
":instructions",
@@ -297,6 +301,7 @@ py_test(
297301
name = "tf_backend_test",
298302
size = "large",
299303
srcs = ["tf_backend_test.py"],
304+
strict_deps = False,
300305
deps = [
301306
":backend_test_lib",
302307
":instructions",
@@ -313,6 +318,7 @@ py_test(
313318
name = "lowering_test",
314319
size = "small",
315320
srcs = ["lowering_test.py"],
321+
strict_deps = False,
316322
deps = [
317323
":allocation_strategy",
318324
":lowering",
@@ -328,6 +334,7 @@ py_test(
328334
name = "allocation_strategy_test",
329335
size = "small",
330336
srcs = ["allocation_strategy_test.py"],
337+
strict_deps = False,
331338
deps = [
332339
":allocation_strategy",
333340
":instructions",
@@ -341,6 +348,7 @@ py_test(
341348
name = "stackless_test",
342349
size = "small",
343350
srcs = ["stackless_test.py"],
351+
strict_deps = False,
344352
deps = [
345353
":allocation_strategy",
346354
":numpy_backend",
@@ -355,6 +363,7 @@ py_test(
355363
name = "stack_optimization_test",
356364
size = "small",
357365
srcs = ["stack_optimization_test.py"],
366+
strict_deps = False,
358367
deps = [
359368
":stack_optimization",
360369
":test_programs",
@@ -367,6 +376,7 @@ py_test(
367376
size = "small",
368377
srcs = ["type_inference_test.py"],
369378
shard_count = 4,
379+
strict_deps = False,
370380
deps = [
371381
":allocation_strategy",
372382
":lowering",
@@ -386,6 +396,7 @@ py_test(
386396
name = "dsl_test",
387397
size = "small",
388398
srcs = ["dsl_test.py"],
399+
strict_deps = False,
389400
deps = [
390401
":allocation_strategy",
391402
":dsl",
@@ -405,6 +416,7 @@ py_test(
405416
size = "small",
406417
srcs = ["frontend_test.py"],
407418
shard_count = 4,
419+
strict_deps = False,
408420
deps = [
409421
":frontend",
410422
":instructions",

tensorflow_probability/python/experimental/fastgp/BUILD

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ py_library(
7272
py_test(
7373
name = "mbcg_test",
7474
srcs = ["mbcg_test.py"],
75+
strict_deps = False,
7576
deps = [
7677
":mbcg",
7778
# absl/testing:absltest dep,
@@ -106,6 +107,7 @@ py_test(
106107
name = "fast_gp_test",
107108
srcs = ["fast_gp_test.py"],
108109
shard_count = 3,
110+
strict_deps = False,
109111
deps = [
110112
":fast_gp",
111113
# absl/testing:absltest dep,
@@ -141,6 +143,7 @@ py_test(
141143
name = "fast_mtgp_test",
142144
srcs = ["fast_mtgp_test.py"],
143145
shard_count = 3,
146+
strict_deps = False,
144147
deps = [
145148
":fast_mtgp",
146149
# absl/testing:absltest dep,
@@ -169,6 +172,7 @@ py_library(
169172
py_test(
170173
name = "fast_gprm_test",
171174
srcs = ["fast_gprm_test.py"],
175+
strict_deps = False,
172176
deps = [
173177
":fast_gprm",
174178
# absl/testing:absltest dep,
@@ -194,6 +198,7 @@ py_test(
194198
name = "linalg_test",
195199
srcs = ["linalg_test.py"],
196200
shard_count = 3,
201+
strict_deps = False,
197202
deps = [
198203
":linalg",
199204
# absl/testing:absltest dep,
@@ -217,6 +222,7 @@ py_library(
217222
py_test(
218223
name = "partial_lanczos_test",
219224
srcs = ["partial_lanczos_test.py"],
225+
strict_deps = False,
220226
deps = [
221227
":mbcg",
222228
":partial_lanczos",
@@ -244,6 +250,7 @@ py_test(
244250
name = "fast_log_det_test",
245251
srcs = ["fast_log_det_test.py"],
246252
shard_count = 3,
253+
strict_deps = False,
247254
deps = [
248255
":fast_log_det",
249256
":preconditioners",
@@ -280,6 +287,7 @@ py_test(
280287
name = "preconditioners_test",
281288
srcs = ["preconditioners_test.py"],
282289
shard_count = 3,
290+
strict_deps = False,
283291
deps = [
284292
":preconditioners",
285293
# absl/testing:absltest dep,
@@ -305,6 +313,7 @@ py_library(
305313
py_test(
306314
name = "schur_complement_test",
307315
srcs = ["schur_complement_test.py"],
316+
strict_deps = False,
308317
deps = [
309318
":schur_complement",
310319
# absl/testing:absltest dep,

tensorflow_probability/python/experimental/linalg/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ py_test(
101101
name = "linear_operator_psd_kernel_test",
102102
size = "small",
103103
srcs = ["linear_operator_psd_kernel_test.py"],
104+
strict_deps = False,
104105
deps = [
105106
# numpy dep,
106107
# tensorflow dep,
@@ -168,6 +169,7 @@ py_library(
168169
py_test(
169170
name = "no_pivot_ldl_test",
170171
srcs = ["no_pivot_ldl_test.py"],
172+
strict_deps = False,
171173
deps = [
172174
# numpy dep,
173175
# tensorflow dep,

tensorflow_probability/python/experimental/mcmc/BUILD

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ py_test(
157157
name = "kernel_builder_test",
158158
size = "small",
159159
srcs = ["kernel_builder_test.py"],
160+
strict_deps = False,
160161
deps = [
161162
":kernel_builder",
162163
":sample_discarding_kernel",
@@ -186,6 +187,7 @@ py_test(
186187
name = "kernel_outputs_test",
187188
size = "small",
188189
srcs = ["kernel_outputs_test.py"],
190+
strict_deps = False,
189191
deps = [
190192
":kernel_builder",
191193
# tensorflow dep,
@@ -388,6 +390,7 @@ py_test(
388390
name = "progress_bar_reducer_test",
389391
size = "small",
390392
srcs = ["progress_bar_reducer_test.py"],
393+
strict_deps = False,
391394
deps = [
392395
":progress_bar_reducer",
393396
":sample_fold",
@@ -473,6 +476,7 @@ py_test(
473476
size = "medium",
474477
srcs = ["nuts_autobatching_test.py"],
475478
shard_count = 7,
479+
strict_deps = False,
476480
tags = ["nozapfhahn"],
477481
deps = [
478482
":nuts_autobatching_testlib",
@@ -485,6 +489,7 @@ py_test(
485489
srcs = ["nuts_autobatching_test.py"],
486490
main = "nuts_autobatching_test.py",
487491
shard_count = 7,
492+
strict_deps = False,
488493
tags = [
489494
"notap",
490495
"nozapfhahn",
@@ -503,6 +508,7 @@ py_test(
503508
args = ["--test_device=cpu"],
504509
main = "nuts_autobatching_xla_test.py",
505510
shard_count = 1,
511+
strict_deps = False,
506512
tags = [
507513
"nozapfhahn",
508514
],
@@ -526,6 +532,7 @@ py_test(
526532
args = ["--test_device=gpu"],
527533
main = "nuts_autobatching_xla_test.py",
528534
shard_count = 1,
535+
strict_deps = False,
529536
tags = [
530537
"nozapfhahn",
531538
"requires-gpu-nvidia",
@@ -608,6 +615,7 @@ py_test(
608615
name = "particle_filter_augmentation_test",
609616
size = "medium",
610617
srcs = ["particle_filter_augmentation_test.py"],
618+
strict_deps = False,
611619
deps = [
612620
":particle_filter",
613621
":particle_filter_augmentation",

0 commit comments

Comments
 (0)