8 lines
239 B
Python
8 lines
239 B
Python
package(
|
|
# copybara:uncomment default_applicable_licenses = ["//tensorflow:LICENSE"],
|
|
default_visibility = ["//tensorflow:internal"],
|
|
licenses = ["notice"],
|
|
)
|
|
|
|
exports_files(glob(["*.html"]) + glob(["*.pb"]) + glob(["*.dot"]))
|