mirror of
https://github.com/tensorflow/tensorflow.git
synced 2024-11-21 21:05:19 +00:00
64c6ecdfd1
Change: 144127608
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",
|
|
],
|
|
),
|
|
)
|