File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
tensorflow_model_optimization/python/core
internal/tensor_encoding/core Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ py_strict_library(
70
70
":cluster_config" ,
71
71
# six dep1,
72
72
# tensorflow dep1,
73
- # python:clustering_ops tensorflow dep2,
73
+ # python/ops :clustering_ops tensorflow dep2,
74
74
],
75
75
)
76
76
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ py_strict_test(
89
89
# absl/testing:parameterized dep1,
90
90
# numpy dep1,
91
91
# tensorflow dep1,
92
- # python:framework_test_lib tensorflow dep2,
92
+ # python/framework:test_lib tensorflow dep2,
93
93
"//tensorflow_model_optimization/python/core/internal/tensor_encoding/testing:test_utils" ,
94
94
],
95
95
)
@@ -114,7 +114,7 @@ py_strict_test(
114
114
":simple_encoder" ,
115
115
# absl/testing:parameterized dep1,
116
116
# tensorflow dep1,
117
- # python:framework_test_lib tensorflow dep2,
117
+ # python/framework:test_lib tensorflow dep2,
118
118
"//tensorflow_model_optimization/python/core/internal/tensor_encoding/testing:test_utils" ,
119
119
],
120
120
)
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ py_strict_library(
42
42
visibility = ["//visibility:public" ],
43
43
deps = [
44
44
# tensorflow dep1,
45
- # python:smart_cond tensorflow dep2,
46
- # python:variables tensorflow dep2,
45
+ # python/framework :smart_cond tensorflow dep2,
46
+ # python/ops :variables tensorflow dep2,
47
47
],
48
48
)
49
49
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ py_strict_library(
31
31
deps = [
32
32
# absl/logging dep1,
33
33
# tensorflow dep1,
34
- # python: training tensorflow dep2,
34
+ # python/ training tensorflow dep2,
35
35
"//tensorflow_model_optimization/python/core/keras:compat" ,
36
36
],
37
37
)
You can’t perform that action at this time.
0 commit comments