tensorflow/third_party/tflite_mobilenet.BUILD
Austin Anderson f92692223d Explicitly specify TFLite demo assets in BUILD file
PiperOrigin-RevId: 175617982
2017-11-13 18:06:50 -08:00

13 lines
195 B
Plaintext

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