Skip to content

Commit

Permalink
Make the utils module public available.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 458092243
  • Loading branch information
tensorflower-gardener committed Jul 6, 2022
1 parent 322587c commit b3ee86b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow_model_optimization/python/core/keras/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ py_strict_library(
name = "utils",
srcs = ["utils.py"],
srcs_version = "PY3",
visibility = ["//visibility:public"],
deps = [
# python:control_flow_ops tensorflow dep2,
# python:smart_cond tensorflow dep2,
Expand Down

0 comments on commit b3ee86b

Please sign in to comment.