File tree Expand file tree Collapse file tree 9 files changed +15
-0
lines changed
tensorflow_model_optimization
core/sparsity/keras/tools
cluster_preserve_qat/keras
quantization_with_sparsity/keras Expand file tree Collapse file tree 9 files changed +15
-0
lines changed Original file line number Diff line number Diff 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 ],
Original file line number Diff line number Diff 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 ],
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments