Skip to content

Commit 8bee853

Browse files
h-jootensorflower-gardener
authored andcommitted
Automated Code Change
PiperOrigin-RevId: 867158637
1 parent b964adc commit 8bee853

File tree

7 files changed

+13
-0
lines changed
  • tensorflow_model_optimization/python/core

7 files changed

+13
-0
lines changed

tensorflow_model_optimization/python/core/clustering/keras/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ py_test(
121121
name = "cluster_test",
122122
size = "medium",
123123
srcs = ["cluster_test.py"],
124+
strict_deps = False,
124125
visibility = ["//visibility:public"],
125126
deps = [
126127
":cluster",
@@ -189,6 +190,7 @@ py_test(
189190
name = "cluster_integration_test",
190191
size = "medium",
191192
srcs = ["cluster_integration_test.py"],
193+
strict_deps = False,
192194
visibility = ["//visibility:public"],
193195
deps = [
194196
":cluster",

tensorflow_model_optimization/python/core/quantization/keras/collab_opts/cluster_preserve/BUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ py_test(
5454
srcs = [
5555
"cluster_preserve_quantize_registry_test.py",
5656
],
57+
strict_deps = False,
5758
visibility = ["//visibility:private"],
5859
deps = [
5960
":cluster_preserve_quantize_registry",
@@ -72,6 +73,7 @@ py_test(
7273
srcs = [
7374
"mnist_prune_cluster_preserve_qat_test.py",
7475
],
76+
strict_deps = False,
7577
tags = ["requires-net:external"],
7678
visibility = ["//visibility:private"],
7779
deps = [
@@ -103,6 +105,7 @@ py_test(
103105
srcs = [
104106
"cluster_preserve_integration_test.py",
105107
],
108+
strict_deps = False,
106109
visibility = ["//visibility:private"],
107110
deps = [
108111
":default_8bit_cluster_preserve_quantize_scheme",

tensorflow_model_optimization/python/core/quantization/keras/collab_opts/prune_preserve/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ py_test(
3939
srcs = [
4040
"prune_preserve_quantize_registry_test.py",
4141
],
42+
strict_deps = False,
4243
visibility = ["//visibility:private"],
4344
deps = [
4445
":prune_preserve_quantize_registry",

tensorflow_model_optimization/python/core/quantization/keras/default_8bit/BUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ py_test(
3636
srcs = [
3737
"default_8bit_quantizers_test.py",
3838
],
39+
strict_deps = False,
3940
deps = [
4041
":default_8bit_quantizers",
4142
# absl/testing:parameterized dep1,
@@ -80,6 +81,7 @@ py_test(
8081
srcs = [
8182
"default_8bit_quantize_registry_test.py",
8283
],
84+
strict_deps = False,
8385
deps = [
8486
":default_8bit_quantize_registry",
8587
# absl/testing:parameterized dep1,
@@ -154,6 +156,7 @@ py_test(
154156
name = "quantize_numerical_test",
155157
size = "large",
156158
srcs = ["quantize_numerical_test.py"],
159+
strict_deps = False,
157160
deps = [
158161
# absl/testing:parameterized dep1,
159162
# google/protobuf:use_fast_cpp_protos dep1, # Automatically added

tensorflow_model_optimization/python/core/quantization/keras/experimental/default_n_bit/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ py_test(
3333
srcs = [
3434
"default_n_bit_quantizers_test.py",
3535
],
36+
strict_deps = False,
3637
deps = [
3738
":default_n_bit_quantizers",
3839
# absl/testing:parameterized dep1,
@@ -76,6 +77,7 @@ py_test(
7677
srcs = [
7778
"default_n_bit_quantize_registry_test.py",
7879
],
80+
strict_deps = False,
7981
deps = [
8082
":default_n_bit_quantize_registry",
8183
# absl/testing:parameterized dep1,

tensorflow_model_optimization/python/core/sparsity/keras/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ py_test(
325325
name = "pruning_policy_test",
326326
size = "medium",
327327
srcs = ["pruning_policy_test.py"],
328+
strict_deps = False,
328329
visibility = ["//visibility:public"],
329330
deps = [
330331
":prune",

tensorflow_model_optimization/python/core/sparsity/keras/tools/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ py_test(
2727
name = "sparsity_tooling_test",
2828
size = "medium",
2929
srcs = ["sparsity_tooling_test.py"],
30+
strict_deps = False,
3031
visibility = ["//visibility:public"],
3132
deps = [
3233
":sparsity_tooling",

0 commit comments

Comments
 (0)