From 3d83b5853c41a3b0ba18df0c586e4803b5bef200 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Sun, 1 Jul 2018 18:43:55 -0700 Subject: Merged commit includes the following changes: 202883475 by A. Unique TensorFlower: Internal testing changes -- 202880708 by yifeif: Internal change. -- 202876685 by A. Unique TensorFlower: Internal change -- 202850194 by yifeif: Internal change. -- PiperOrigin-RevId: 202883475 --- tensorflow/contrib/lite/schema/BUILD | 1 + tensorflow/contrib/lite/testing/BUILD | 1 + tensorflow/contrib/lite/tools/BUILD | 1 + 3 files changed, 3 insertions(+) diff --git a/tensorflow/contrib/lite/schema/BUILD b/tensorflow/contrib/lite/schema/BUILD index 9717a4a1a4..f095151cae 100644 --- a/tensorflow/contrib/lite/schema/BUILD +++ b/tensorflow/contrib/lite/schema/BUILD @@ -65,6 +65,7 @@ cc_test( ], tags = [ "tflite_not_portable_android", + "tflite_not_portable_ios", ], deps = [ "//tensorflow/core:lib_platform", diff --git a/tensorflow/contrib/lite/testing/BUILD b/tensorflow/contrib/lite/testing/BUILD index b823c97f38..789bc695f8 100644 --- a/tensorflow/contrib/lite/testing/BUILD +++ b/tensorflow/contrib/lite/testing/BUILD @@ -172,6 +172,7 @@ cc_test( data = ["//tensorflow/contrib/lite:testdata/multi_add.bin"], tags = [ "tflite_not_portable_android", + "tflite_not_portable_ios", ], deps = [ ":tflite_driver", diff --git a/tensorflow/contrib/lite/tools/BUILD b/tensorflow/contrib/lite/tools/BUILD index 5913847329..a3df37358f 100644 --- a/tensorflow/contrib/lite/tools/BUILD +++ b/tensorflow/contrib/lite/tools/BUILD @@ -53,6 +53,7 @@ cc_test( ], tags = [ "tflite_not_portable_android", + "tflite_not_portable_ios", ], deps = [ ":gen_op_registration", -- cgit v1.2.3