Skip to content

Commit a57f59d

Browse files
anandoleetensorflower-gardener
authored andcommitted
Internal Code Change
PiperOrigin-RevId: 583216663
1 parent abfe0f0 commit a57f59d

File tree

9 files changed

+15
-0
lines changed
  • tensorflow_model_optimization

9 files changed

+15
-0
lines changed

tensorflow_model_optimization/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ py_strict_binary(
3131
deps = [
3232
# absl:app dep1,
3333
# absl/flags dep1,
34+
# google/protobuf:use_fast_cpp_protos dep1, # Automatically added
3435
# tensorflow_docs/api_generator:generate_lib dep1,
3536
"//third_party/tensorflow_model_optimization",
3637
],

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ py_binary(
4444
python_version = "PY3",
4545
deps = [
4646
":sparsity_tooling",
47+
# google/protobuf:use_fast_cpp_protos dep1, # Automatically added
4748
# tensorflow dep1,
4849
"//tensorflow_model_optimization/python/core/sparsity/keras:prune",
4950
],

tensorflow_model_optimization/python/examples/cluster_preserve_qat/keras/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ py_strict_binary(
1010
python_version = "PY3",
1111
deps = [
1212
# absl:app dep1,
13+
# google/protobuf:use_fast_cpp_protos dep1, # Automatically added
1314
# numpy dep1,
1415
# tensorflow dep1,
1516
"//tensorflow_model_optimization/python/core/clustering/keras:cluster",

tensorflow_model_optimization/python/examples/clustering/keras/imdb/BUILD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ py_binary(
1919
],
2020
python_version = "PY3",
2121
deps = [
22+
# google/protobuf:use_fast_cpp_protos dep1, # Automatically added
2223
# numpy dep1,
2324
# tensorflow dep1,
2425
"//tensorflow_model_optimization/python/core/clustering/keras:cluster",
@@ -33,6 +34,7 @@ py_binary(
3334
],
3435
python_version = "PY3",
3536
deps = [
37+
# google/protobuf:use_fast_cpp_protos dep1, # Automatically added
3638
# numpy dep1,
3739
# tensorflow dep1,
3840
"//tensorflow_model_optimization/python/core/clustering/keras:cluster",
@@ -47,6 +49,7 @@ py_binary(
4749
],
4850
python_version = "PY3",
4951
deps = [
52+
# google/protobuf:use_fast_cpp_protos dep1, # Automatically added
5053
# numpy dep1,
5154
# tensorflow dep1,
5255
"//tensorflow_model_optimization/python/core/clustering/keras:cluster",
@@ -75,6 +78,7 @@ py_binary(
7578
python_version = "PY3",
7679
deps = [
7780
":imdb_utils",
81+
# google/protobuf:use_fast_cpp_protos dep1, # Automatically added
7882
# tensorflow dep1,
7983
"//tensorflow_model_optimization/python/core/clustering/keras:cluster",
8084
"//tensorflow_model_optimization/python/core/clustering/keras:cluster_config",

tensorflow_model_optimization/python/examples/clustering/keras/mnist/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ py_strict_binary(
2020
deps = [
2121
# absl:app dep1,
2222
# absl/flags dep1,
23+
# google/protobuf:use_fast_cpp_protos dep1, # Automatically added
2324
# tensorflow dep1,
2425
"//tensorflow_model_optimization/python/core/clustering/keras:cluster",
2526
"//tensorflow_model_optimization/python/core/clustering/keras:cluster_config",

tensorflow_model_optimization/python/examples/quantization/keras/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ py_strict_binary(
99
],
1010
python_version = "PY3",
1111
deps = [
12+
# google/protobuf:use_fast_cpp_protos dep1, # Automatically added
1213
# tensorflow dep1,
1314
"//tensorflow_model_optimization/python/core/quantization/keras:quantize",
1415
],
@@ -21,6 +22,7 @@ py_strict_binary(
2122
],
2223
python_version = "PY3",
2324
deps = [
25+
# google/protobuf:use_fast_cpp_protos dep1, # Automatically added
2426
# numpy dep1,
2527
# tensorflow dep1,
2628
"//tensorflow_model_optimization/python/core/quantization/keras:quantize",

tensorflow_model_optimization/python/examples/quantization_with_sparsity/keras/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ py_strict_binary(
1010
python_version = "PY3",
1111
deps = [
1212
# absl:app dep1,
13+
# google/protobuf:use_fast_cpp_protos dep1, # Automatically added
1314
# numpy dep1,
1415
# tensorflow dep1,
1516
"//tensorflow_model_optimization/python/core/quantization/keras:quantize",

tensorflow_model_optimization/python/examples/sparsity/keras/imdb/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ py_strict_binary(
1818
],
1919
python_version = "PY3",
2020
deps = [
21+
# google/protobuf:use_fast_cpp_protos dep1, # Automatically added
2122
# numpy dep1,
2223
# tensorflow dep1,
2324
"//tensorflow_model_optimization/python/core/sparsity/keras:prune",

tensorflow_model_optimization/python/examples/sparsity/keras/mnist/BUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ py_strict_binary(
2020
python_version = "PY3",
2121
deps = [
2222
# absl/flags dep1,
23+
# google/protobuf:use_fast_cpp_protos dep1, # Automatically added
2324
# numpy dep1,
2425
# six dep1,
2526
# tensorflow dep1,
@@ -42,6 +43,7 @@ py_strict_binary(
4243
deps = [
4344
# absl:app dep1,
4445
# absl/flags dep1,
46+
# google/protobuf:use_fast_cpp_protos dep1, # Automatically added
4547
# tensorflow dep1,
4648
"//tensorflow_model_optimization/python/core/sparsity/keras:prune",
4749
"//tensorflow_model_optimization/python/core/sparsity/keras:pruning_callbacks",
@@ -58,6 +60,7 @@ py_strict_binary(
5860
deps = [
5961
# absl:app dep1,
6062
# absl/flags dep1,
63+
# google/protobuf:use_fast_cpp_protos dep1, # Automatically added
6164
# tensorflow dep1,
6265
"//tensorflow_model_optimization/python/core/keras:test_utils",
6366
"//tensorflow_model_optimization/python/core/sparsity/keras:prune",

0 commit comments

Comments
 (0)