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(
31
31
deps = [
32
32
# absl:app dep1,
33
33
# absl/flags dep1,
34
+ # google/protobuf:use_fast_cpp_protos dep1, # Automatically added
34
35
# tensorflow_docs/api_generator:generate_lib dep1,
35
36
"//third_party/tensorflow_model_optimization" ,
36
37
],
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ py_binary(
44
44
python_version = "PY3" ,
45
45
deps = [
46
46
":sparsity_tooling" ,
47
+ # google/protobuf:use_fast_cpp_protos dep1, # Automatically added
47
48
# tensorflow dep1,
48
49
"//tensorflow_model_optimization/python/core/sparsity/keras:prune" ,
49
50
],
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ py_strict_binary(
10
10
python_version = "PY3" ,
11
11
deps = [
12
12
# absl:app dep1,
13
+ # google/protobuf:use_fast_cpp_protos dep1, # Automatically added
13
14
# numpy dep1,
14
15
# tensorflow dep1,
15
16
"//tensorflow_model_optimization/python/core/clustering/keras:cluster" ,
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ py_binary(
19
19
],
20
20
python_version = "PY3" ,
21
21
deps = [
22
+ # google/protobuf:use_fast_cpp_protos dep1, # Automatically added
22
23
# numpy dep1,
23
24
# tensorflow dep1,
24
25
"//tensorflow_model_optimization/python/core/clustering/keras:cluster" ,
@@ -33,6 +34,7 @@ py_binary(
33
34
],
34
35
python_version = "PY3" ,
35
36
deps = [
37
+ # google/protobuf:use_fast_cpp_protos dep1, # Automatically added
36
38
# numpy dep1,
37
39
# tensorflow dep1,
38
40
"//tensorflow_model_optimization/python/core/clustering/keras:cluster" ,
@@ -47,6 +49,7 @@ py_binary(
47
49
],
48
50
python_version = "PY3" ,
49
51
deps = [
52
+ # google/protobuf:use_fast_cpp_protos dep1, # Automatically added
50
53
# numpy dep1,
51
54
# tensorflow dep1,
52
55
"//tensorflow_model_optimization/python/core/clustering/keras:cluster" ,
@@ -75,6 +78,7 @@ py_binary(
75
78
python_version = "PY3" ,
76
79
deps = [
77
80
":imdb_utils" ,
81
+ # google/protobuf:use_fast_cpp_protos dep1, # Automatically added
78
82
# tensorflow dep1,
79
83
"//tensorflow_model_optimization/python/core/clustering/keras:cluster" ,
80
84
"//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(
20
20
deps = [
21
21
# absl:app dep1,
22
22
# absl/flags dep1,
23
+ # google/protobuf:use_fast_cpp_protos dep1, # Automatically added
23
24
# tensorflow dep1,
24
25
"//tensorflow_model_optimization/python/core/clustering/keras:cluster" ,
25
26
"//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(
9
9
],
10
10
python_version = "PY3" ,
11
11
deps = [
12
+ # google/protobuf:use_fast_cpp_protos dep1, # Automatically added
12
13
# tensorflow dep1,
13
14
"//tensorflow_model_optimization/python/core/quantization/keras:quantize" ,
14
15
],
@@ -21,6 +22,7 @@ py_strict_binary(
21
22
],
22
23
python_version = "PY3" ,
23
24
deps = [
25
+ # google/protobuf:use_fast_cpp_protos dep1, # Automatically added
24
26
# numpy dep1,
25
27
# tensorflow dep1,
26
28
"//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(
10
10
python_version = "PY3" ,
11
11
deps = [
12
12
# absl:app dep1,
13
+ # google/protobuf:use_fast_cpp_protos dep1, # Automatically added
13
14
# numpy dep1,
14
15
# tensorflow dep1,
15
16
"//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(
18
18
],
19
19
python_version = "PY3" ,
20
20
deps = [
21
+ # google/protobuf:use_fast_cpp_protos dep1, # Automatically added
21
22
# numpy dep1,
22
23
# tensorflow dep1,
23
24
"//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(
20
20
python_version = "PY3" ,
21
21
deps = [
22
22
# absl/flags dep1,
23
+ # google/protobuf:use_fast_cpp_protos dep1, # Automatically added
23
24
# numpy dep1,
24
25
# six dep1,
25
26
# tensorflow dep1,
@@ -42,6 +43,7 @@ py_strict_binary(
42
43
deps = [
43
44
# absl:app dep1,
44
45
# absl/flags dep1,
46
+ # google/protobuf:use_fast_cpp_protos dep1, # Automatically added
45
47
# tensorflow dep1,
46
48
"//tensorflow_model_optimization/python/core/sparsity/keras:prune" ,
47
49
"//tensorflow_model_optimization/python/core/sparsity/keras:pruning_callbacks" ,
@@ -58,6 +60,7 @@ py_strict_binary(
58
60
deps = [
59
61
# absl:app dep1,
60
62
# absl/flags dep1,
63
+ # google/protobuf:use_fast_cpp_protos dep1, # Automatically added
61
64
# tensorflow dep1,
62
65
"//tensorflow_model_optimization/python/core/keras:test_utils" ,
63
66
"//tensorflow_model_optimization/python/core/sparsity/keras:prune" ,
You can’t perform that action at this time.
0 commit comments