7 lines
172 B
Python
7 lines
172 B
Python
package(
|
|
default_visibility = ["//tensorflow:internal"],
|
|
licenses = ["notice"], # Apache 2.0
|
|
)
|
|
|
|
exports_files(glob(["*.html"]) + glob(["*.pb"]) + glob(["*.dot"]))
|