aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/BUILD
diff options
context:
space:
mode:
authorGravatar Austin Anderson <angerson@google.com>2018-04-19 17:30:49 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-04-19 17:35:24 -0700
commit976229dcbfde389864069433ebfc4085015df9c1 (patch)
treea915566952157edc6809b12fd712aa98a62469cd /tensorflow/contrib/lite/kernels/BUILD
parent13a7e9820a800cf3877e5a44b9f654f79808a2d4 (diff)
Internal testing changes
PiperOrigin-RevId: 193601134
Diffstat (limited to 'tensorflow/contrib/lite/kernels/BUILD')
-rw-r--r--tensorflow/contrib/lite/kernels/BUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/tensorflow/contrib/lite/kernels/BUILD b/tensorflow/contrib/lite/kernels/BUILD
index 8cfa7e53d1..80cefe83b2 100644
--- a/tensorflow/contrib/lite/kernels/BUILD
+++ b/tensorflow/contrib/lite/kernels/BUILD
@@ -212,6 +212,7 @@ tf_cc_test(
name = "audio_spectrogram_test",
size = "small",
srcs = ["audio_spectrogram_test.cc"],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -225,6 +226,7 @@ tf_cc_test(
name = "mfcc_test",
size = "small",
srcs = ["mfcc_test.cc"],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -346,6 +348,7 @@ tf_cc_test(
name = "cast_test",
size = "small",
srcs = ["cast_test.cc"],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -398,6 +401,7 @@ tf_cc_test(
name = "dequantize_test",
size = "small",
srcs = ["dequantize_test.cc"],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -504,6 +508,7 @@ tf_cc_test(
name = "maximum_minimum_test",
size = "small",
srcs = ["maximum_minimum_test.cc"],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",