Skip to content

Commit

Permalink
Internal Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 583216663
  • Loading branch information
anandolee authored and tensorflower-gardener committed Nov 17, 2023
1 parent abfe0f0 commit a57f59d
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow_model_optimization/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ py_strict_binary(
deps = [
# absl:app dep1,
# absl/flags dep1,
# google/protobuf:use_fast_cpp_protos dep1, # Automatically added
# tensorflow_docs/api_generator:generate_lib dep1,
"//third_party/tensorflow_model_optimization",
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ py_binary(
python_version = "PY3",
deps = [
":sparsity_tooling",
# google/protobuf:use_fast_cpp_protos dep1, # Automatically added
# tensorflow dep1,
"//tensorflow_model_optimization/python/core/sparsity/keras:prune",
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ py_strict_binary(
python_version = "PY3",
deps = [
# absl:app dep1,
# google/protobuf:use_fast_cpp_protos dep1, # Automatically added
# numpy dep1,
# tensorflow dep1,
"//tensorflow_model_optimization/python/core/clustering/keras:cluster",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ py_binary(
],
python_version = "PY3",
deps = [
# google/protobuf:use_fast_cpp_protos dep1, # Automatically added
# numpy dep1,
# tensorflow dep1,
"//tensorflow_model_optimization/python/core/clustering/keras:cluster",
Expand All @@ -33,6 +34,7 @@ py_binary(
],
python_version = "PY3",
deps = [
# google/protobuf:use_fast_cpp_protos dep1, # Automatically added
# numpy dep1,
# tensorflow dep1,
"//tensorflow_model_optimization/python/core/clustering/keras:cluster",
Expand All @@ -47,6 +49,7 @@ py_binary(
],
python_version = "PY3",
deps = [
# google/protobuf:use_fast_cpp_protos dep1, # Automatically added
# numpy dep1,
# tensorflow dep1,
"//tensorflow_model_optimization/python/core/clustering/keras:cluster",
Expand Down Expand Up @@ -75,6 +78,7 @@ py_binary(
python_version = "PY3",
deps = [
":imdb_utils",
# google/protobuf:use_fast_cpp_protos dep1, # Automatically added
# tensorflow dep1,
"//tensorflow_model_optimization/python/core/clustering/keras:cluster",
"//tensorflow_model_optimization/python/core/clustering/keras:cluster_config",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ py_strict_binary(
deps = [
# absl:app dep1,
# absl/flags dep1,
# google/protobuf:use_fast_cpp_protos dep1, # Automatically added
# tensorflow dep1,
"//tensorflow_model_optimization/python/core/clustering/keras:cluster",
"//tensorflow_model_optimization/python/core/clustering/keras:cluster_config",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ py_strict_binary(
],
python_version = "PY3",
deps = [
# google/protobuf:use_fast_cpp_protos dep1, # Automatically added
# tensorflow dep1,
"//tensorflow_model_optimization/python/core/quantization/keras:quantize",
],
Expand All @@ -21,6 +22,7 @@ py_strict_binary(
],
python_version = "PY3",
deps = [
# google/protobuf:use_fast_cpp_protos dep1, # Automatically added
# numpy dep1,
# tensorflow dep1,
"//tensorflow_model_optimization/python/core/quantization/keras:quantize",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ py_strict_binary(
python_version = "PY3",
deps = [
# absl:app dep1,
# google/protobuf:use_fast_cpp_protos dep1, # Automatically added
# numpy dep1,
# tensorflow dep1,
"//tensorflow_model_optimization/python/core/quantization/keras:quantize",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ py_strict_binary(
],
python_version = "PY3",
deps = [
# google/protobuf:use_fast_cpp_protos dep1, # Automatically added
# numpy dep1,
# tensorflow dep1,
"//tensorflow_model_optimization/python/core/sparsity/keras:prune",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ py_strict_binary(
python_version = "PY3",
deps = [
# absl/flags dep1,
# google/protobuf:use_fast_cpp_protos dep1, # Automatically added
# numpy dep1,
# six dep1,
# tensorflow dep1,
Expand All @@ -42,6 +43,7 @@ py_strict_binary(
deps = [
# absl:app dep1,
# absl/flags dep1,
# google/protobuf:use_fast_cpp_protos dep1, # Automatically added
# tensorflow dep1,
"//tensorflow_model_optimization/python/core/sparsity/keras:prune",
"//tensorflow_model_optimization/python/core/sparsity/keras:pruning_callbacks",
Expand All @@ -58,6 +60,7 @@ py_strict_binary(
deps = [
# absl:app dep1,
# absl/flags dep1,
# google/protobuf:use_fast_cpp_protos dep1, # Automatically added
# tensorflow dep1,
"//tensorflow_model_optimization/python/core/keras:test_utils",
"//tensorflow_model_optimization/python/core/sparsity/keras:prune",
Expand Down

0 comments on commit a57f59d

Please sign in to comment.