Make python monitoring API visible publicly for end users to instrument their python code.
PiperOrigin-RevId: 302481767 Change-Id: I778cfbda13cb83181c876c4da399c1721ff5b693
This commit is contained in:
parent
0bea7faef9
commit
46f815205f
@ -178,10 +178,7 @@ py_library(
|
||||
name = "monitoring",
|
||||
srcs = ["monitoring.py"],
|
||||
srcs_version = "PY2AND3",
|
||||
visibility = [
|
||||
"//tensorflow:internal",
|
||||
"//third_party/py/tf_agents:__subpackages__",
|
||||
],
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//tensorflow/python:c_api_util",
|
||||
"//tensorflow/python:pywrap_tf_session",
|
||||
|
Loading…
Reference in New Issue
Block a user