aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/BUILD
diff options
context:
space:
mode:
authorGravatar Austin Anderson <angerson@google.com>2018-04-11 12:32:08 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-04-11 12:34:26 -0700
commitcc1525125c497772f25ee4851c7b832048cd5bd8 (patch)
tree853b8f1d8b3fc7b96a7d43a142ad33e94e91167e /tensorflow/contrib/lite/kernels/BUILD
parent5eccb5afe6f8ecda6a0aa9ecdd2d4a6636996509 (diff)
Internal TF Lite test changes
PiperOrigin-RevId: 192491201
Diffstat (limited to 'tensorflow/contrib/lite/kernels/BUILD')
-rw-r--r--tensorflow/contrib/lite/kernels/BUILD205
1 files changed, 41 insertions, 164 deletions
diff --git a/tensorflow/contrib/lite/kernels/BUILD b/tensorflow/contrib/lite/kernels/BUILD
index f07eca0ba9..914893cd90 100644
--- a/tensorflow/contrib/lite/kernels/BUILD
+++ b/tensorflow/contrib/lite/kernels/BUILD
@@ -12,10 +12,7 @@ tf_cc_test(
name = "optional_tensor_test",
size = "small",
srcs = ["optional_tensor_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -108,10 +105,7 @@ tf_cc_test(
name = "kernel_util_test",
size = "small",
srcs = ["kernel_util_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":kernel_util",
"//tensorflow/contrib/lite/testing:util",
@@ -243,10 +237,7 @@ tf_cc_test(
name = "activations_test",
size = "small",
srcs = ["activations_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -259,10 +250,7 @@ tf_cc_test(
name = "add_test",
size = "small",
srcs = ["add_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -291,10 +279,7 @@ tf_cc_test(
name = "div_test",
size = "small",
srcs = ["div_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -307,10 +292,7 @@ tf_cc_test(
name = "sub_test",
size = "small",
srcs = ["sub_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -323,10 +305,7 @@ tf_cc_test(
name = "transpose_test",
size = "small",
srcs = ["transpose_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -341,10 +320,7 @@ tf_cc_test(
name = "space_to_batch_nd_test",
size = "small",
srcs = ["space_to_batch_nd_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -357,10 +333,7 @@ tf_cc_test(
name = "batch_to_space_nd_test",
size = "small",
srcs = ["batch_to_space_nd_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -385,10 +358,7 @@ tf_cc_test(
name = "concatenation_test",
size = "small",
srcs = ["concatenation_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -401,10 +371,7 @@ tf_cc_test(
name = "conv_test",
size = "small",
srcs = ["conv_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -418,10 +385,7 @@ tf_cc_test(
name = "depthwise_conv_test",
size = "small",
srcs = ["depthwise_conv_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -447,10 +411,7 @@ tf_cc_test(
name = "basic_rnn_test",
size = "small",
srcs = ["basic_rnn_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -463,10 +424,7 @@ tf_cc_test(
name = "bidirectional_sequence_lstm_test",
size = "small",
srcs = ["bidirectional_sequence_lstm_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -479,10 +437,7 @@ tf_cc_test(
name = "unidirectional_sequence_lstm_test",
size = "small",
srcs = ["unidirectional_sequence_lstm_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -510,10 +465,7 @@ tf_cc_test(
name = "unidirectional_sequence_rnn_test",
size = "small",
srcs = ["unidirectional_sequence_rnn_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -526,10 +478,7 @@ tf_cc_test(
name = "l2norm_test",
size = "small",
srcs = ["l2norm_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -542,10 +491,7 @@ tf_cc_test(
name = "exp_test",
size = "small",
srcs = ["exp_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -570,10 +516,7 @@ tf_cc_test(
name = "mean_test",
size = "small",
srcs = ["mean_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -586,10 +529,7 @@ tf_cc_test(
name = "mul_test",
size = "small",
srcs = ["mul_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -602,10 +542,7 @@ tf_cc_test(
name = "pad_test",
size = "small",
srcs = ["pad_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -618,10 +555,7 @@ tf_cc_test(
name = "reshape_test",
size = "small",
srcs = ["reshape_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -634,10 +568,7 @@ tf_cc_test(
name = "gather_test",
size = "small",
srcs = ["gather_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:builtin_op_data",
@@ -651,10 +582,7 @@ tf_cc_test(
name = "topk_v2_test",
size = "small",
srcs = ["topk_v2_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:builtin_op_data",
@@ -668,10 +596,7 @@ tf_cc_test(
name = "resize_bilinear_test",
size = "small",
srcs = ["resize_bilinear_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -684,10 +609,7 @@ tf_cc_test(
name = "svdf_test",
size = "small",
srcs = ["svdf_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -700,10 +622,7 @@ tf_cc_test(
name = "embedding_lookup_test",
size = "small",
srcs = ["embedding_lookup_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -716,10 +635,7 @@ tf_cc_test(
name = "embedding_lookup_sparse_test",
size = "small",
srcs = ["embedding_lookup_sparse_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -732,10 +648,7 @@ tf_cc_test(
name = "fully_connected_test",
size = "small",
srcs = ["fully_connected_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -749,10 +662,7 @@ tf_cc_test(
name = "local_response_norm_test",
size = "small",
srcs = ["local_response_norm_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -765,10 +675,7 @@ tf_cc_test(
name = "pooling_test",
size = "small",
srcs = ["pooling_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -781,10 +688,7 @@ tf_cc_test(
name = "softmax_test",
size = "small",
srcs = ["softmax_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -798,10 +702,7 @@ tf_cc_test(
name = "log_softmax_test",
size = "small",
srcs = ["log_softmax_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -815,10 +716,7 @@ tf_cc_test(
name = "lsh_projection_test",
size = "small",
srcs = ["lsh_projection_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -831,10 +729,7 @@ tf_cc_test(
name = "hashtable_lookup_test",
size = "small",
srcs = ["hashtable_lookup_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -848,10 +743,7 @@ tf_cc_test(
name = "lstm_test",
size = "small",
srcs = ["lstm_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -864,10 +756,7 @@ tf_cc_test(
name = "skip_gram_test",
size = "small",
srcs = ["skip_gram_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -881,10 +770,7 @@ tf_cc_test(
name = "space_to_depth_test",
size = "small",
srcs = ["space_to_depth_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -897,10 +783,7 @@ tf_cc_test(
name = "split_test",
size = "small",
srcs = ["split_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -913,10 +796,7 @@ tf_cc_test(
name = "squeeze_test",
size = "small",
srcs = ["squeeze_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",
@@ -929,10 +809,7 @@ tf_cc_test(
name = "strided_slice_test",
size = "small",
srcs = ["strided_slice_test.cc"],
- tags = [
- "tflite_not_portable_ios_arm64",
- "tflite_not_portable_ios_x86_64",
- ],
+ tags = ["tflite_not_portable_ios"],
deps = [
":builtin_ops",
"//tensorflow/contrib/lite:framework",