tensorflow/third_party/tflite_mobilenet_quant.BUILD
Andrew Selle 7a9363e165 Update model for classification app
- Use model referred from our models.md list.
- Download both float/quant

PiperOrigin-RevId: 224394551
2018-12-06 13:22:15 -08:00

13 lines
195 B
Plaintext

package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # Apache 2.0
exports_files(
glob(
["**/*"],
exclude = [
"BUILD",
],
),
)