Sign in
chromium
/
external
/
github.com
/
tensorflow
/
tensorflow.git
/
refs/heads/r1.6
/
.
/
models.BUILD
blob: 32d9c4b4805a52294e1758163df3101aadcb644e [
file
] [
log
] [
blame
] [
edit
]
package
(
default_visibility
=
[
"//visibility:public"
])
licenses
([
"notice"
])
# Apache 2.0
filegroup
(
name
=
"model_files"
,
srcs
=
glob
(
[
"**/*"
,
],
exclude
=
[
"**/BUILD"
,
"**/WORKSPACE"
,
"**/LICENSE"
,
"**/*.zip"
,
],
),
)