Skip to content

Commit ae5ad62

Browse files
Make the utils module public available.
PiperOrigin-RevId: 458092243
1 parent 322587c commit ae5ad62

File tree

1 file changed

+1
-0
lines changed
  • tensorflow_model_optimization/python/core/keras

1 file changed

+1
-0
lines changed

tensorflow_model_optimization/python/core/keras/BUILD

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ py_strict_library(
3939
name = "utils",
4040
srcs = ["utils.py"],
4141
srcs_version = "PY3",
42+
visibility = ["//visibility:public"],
4243
deps = [
4344
# python:control_flow_ops tensorflow dep2,
4445
# python:smart_cond tensorflow dep2,

0 commit comments

Comments
 (0)