Automated rollback of commit 060114773f

PiperOrigin-RevId: 293811737
Change-Id: I5978fd6f9b0b119f88a87b8e98a8c204a5690545
This commit is contained in:
T.J. Alumbaugh 2020-02-07 07:42:52 -08:00 committed by TensorFlower Gardener
parent f6c196f73a
commit bc1459f360

View File

@ -227,13 +227,9 @@ cc_test(
],
)
# TODO(b/148289189): Remove RUY_GEMV flag.
cc_library(
name = "tflite_with_ruy_enabled",
defines = [
"TFLITE_WITH_RUY",
"TFLITE_WITH_RUY_GEMV",
],
defines = ["TFLITE_WITH_RUY"],
visibility = ["//visibility:private"],
)