mirror of
https://github.com/tensorflow/tensorflow.git
synced 2024-11-21 21:05:19 +00:00
7a9363e165
- Use model referred from our models.md list. - Download both float/quant PiperOrigin-RevId: 224394551
13 lines
195 B
Plaintext
13 lines
195 B
Plaintext
package(default_visibility = ["//visibility:public"])
|
|
|
|
licenses(["notice"]) # Apache 2.0
|
|
|
|
exports_files(
|
|
glob(
|
|
["**/*"],
|
|
exclude = [
|
|
"BUILD",
|
|
],
|
|
),
|
|
)
|