Skip to content

Commit bdfd5ce

Browse files
BrianWiedertensorflower-gardener
authored andcommitted
Internal Code Change
PiperOrigin-RevId: 537800072
1 parent 84e9768 commit bdfd5ce

File tree

4 files changed

+6
-6
lines changed
  • tensorflow_model_optimization/python/core

4 files changed

+6
-6
lines changed

tensorflow_model_optimization/python/core/clustering/keras/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

tensorflow_model_optimization/python/core/internal/tensor_encoding/core/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
)

tensorflow_model_optimization/python/core/keras/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

tensorflow_model_optimization/python/core/quantization/keras/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)