mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 00:19:58 +01:00
19 lines
328 B
Plaintext
19 lines
328 B
Plaintext
package(default_visibility = ["//visibility:public"])
|
|
|
|
licenses(["notice"]) # Apache 2.0
|
|
|
|
filegroup(
|
|
name = "model_files",
|
|
srcs = glob(
|
|
[
|
|
"**/*",
|
|
],
|
|
exclude = [
|
|
"**/BUILD",
|
|
"**/WORKSPACE",
|
|
"**/LICENSE",
|
|
"**/*.zip",
|
|
],
|
|
),
|
|
)
|