Export run_and_gather_logs_lib.py file since it is used by benchmark build
rule (tf_py_logged_benchmark). PiperOrigin-RevId: 291757705 Change-Id: I4a06879e4ba1e7e22d65477cae63a844e9640847
This commit is contained in:
parent
93f911ac10
commit
8e2dffa1f9
@ -12,7 +12,10 @@ package(
|
|||||||
licenses = ["notice"], # Apache 2.0
|
licenses = ["notice"], # Apache 2.0
|
||||||
)
|
)
|
||||||
|
|
||||||
exports_files(["LICENSE"])
|
exports_files([
|
||||||
|
"LICENSE",
|
||||||
|
"run_and_gather_logs_lib.py",
|
||||||
|
])
|
||||||
|
|
||||||
py_library(
|
py_library(
|
||||||
name = "system_info_lib",
|
name = "system_info_lib",
|
||||||
|
Loading…
Reference in New Issue
Block a user