aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib
diff options
context:
space:
mode:
authorGravatar Anna R <annarev@google.com>2018-10-03 14:42:56 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-03 14:50:17 -0700
commitc1b3b0b9e041d82e80c2cdcc623a387753daf0b4 (patch)
tree12af56f52ca5a86c18aae25a38103dc3eecf76f4 /tensorflow/contrib
parent2e11deba60cb00027de4373af17703676fa74bd7 (diff)
Internal change.
PiperOrigin-RevId: 215631612
Diffstat (limited to 'tensorflow/contrib')
-rw-r--r--tensorflow/contrib/lite/kernels/BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/tensorflow/contrib/lite/kernels/BUILD b/tensorflow/contrib/lite/kernels/BUILD
index daaf6714cc..b349a2863c 100644
--- a/tensorflow/contrib/lite/kernels/BUILD
+++ b/tensorflow/contrib/lite/kernels/BUILD
@@ -337,7 +337,10 @@ tf_cc_test(
name = "activations_test",
size = "small",
srcs = ["activations_test.cc"],
- tags = ["tflite_not_portable_ios"],
+ tags = [
+ "nomac",
+ "tflite_not_portable_ios",
+ ],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",