tensorflow/third_party/tflite_ovic_testdata.BUILD
Shashi Shekhar 939fc534a4 Fix landscape layout.
PiperOrigin-RevId: 195506194
2018-05-07 15:38:33 -07:00

13 lines
195 B
Plaintext

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