STT-tensorflow/third_party/ruy/BUILD
Benoit Jacob 3376402afd Reference ruy from its new location as a separate GitHub project.
PiperOrigin-RevId: 304653289
Change-Id: I2a3ce84177665a4d7f455d455c0e7d71d48a68e9
2020-04-03 11:17:08 -07:00

9 lines
149 B
Python

# Ruy is not BLAS
package(
default_visibility = ["//visibility:public"],
licenses = ["notice"], # Apache 2.0
)
exports_files(["LICENSE"])