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(
7070 ":cluster_config" ,
7171 # six dep1,
7272 # tensorflow dep1,
73- # python:clustering_ops tensorflow dep2,
73+ # python/ops :clustering_ops tensorflow dep2,
7474 ],
7575)
7676
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ py_strict_test(
8989 # absl/testing:parameterized dep1,
9090 # numpy dep1,
9191 # tensorflow dep1,
92- # python:framework_test_lib tensorflow dep2,
92+ # python/framework:test_lib tensorflow dep2,
9393 "//tensorflow_model_optimization/python/core/internal/tensor_encoding/testing:test_utils" ,
9494 ],
9595)
@@ -114,7 +114,7 @@ py_strict_test(
114114 ":simple_encoder" ,
115115 # absl/testing:parameterized dep1,
116116 # tensorflow dep1,
117- # python:framework_test_lib tensorflow dep2,
117+ # python/framework:test_lib tensorflow dep2,
118118 "//tensorflow_model_optimization/python/core/internal/tensor_encoding/testing:test_utils" ,
119119 ],
120120)
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ py_strict_library(
4242 visibility = ["//visibility:public" ],
4343 deps = [
4444 # 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,
4747 ],
4848)
4949
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ py_strict_library(
3131 deps = [
3232 # absl/logging dep1,
3333 # tensorflow dep1,
34- # python: training tensorflow dep2,
34+ # python/ training tensorflow dep2,
3535 "//tensorflow_model_optimization/python/core/keras:compat" ,
3636 ],
3737)
You can’t perform that action at this time.
0 commit comments