# Description: | |
# Top-level tutorials files | |
package(default_visibility = ["//tensorflow:internal"]) | |
licenses(["notice"]) # Apache 2.0 | |
exports_files(["LICENSE"]) | |
filegroup( | |
name = "all_files", | |
srcs = glob( | |
["**/*"], | |
exclude = [ | |
"**/METADATA", | |
"**/OWNERS", | |
], | |
), | |
) |