aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/tools/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/lite/tools/BUILD')
-rw-r--r--tensorflow/contrib/lite/tools/BUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/tensorflow/contrib/lite/tools/BUILD b/tensorflow/contrib/lite/tools/BUILD
index 5913847329..0b26826403 100644
--- a/tensorflow/contrib/lite/tools/BUILD
+++ b/tensorflow/contrib/lite/tools/BUILD
@@ -14,6 +14,7 @@ py_binary(
srcs = ["visualize.py"],
data = [
"//tensorflow/contrib/lite/schema:schema.fbs",
+ "//tensorflow/python:platform",
"@flatbuffers//:flatc",
],
srcs_version = "PY2AND3",
@@ -52,7 +53,9 @@ cc_test(
"//tensorflow/contrib/lite:testdata/test_model_broken.bin",
],
tags = [
+ "no_oss",
"tflite_not_portable_android",
+ "tflite_not_portable_ios",
],
deps = [
":gen_op_registration",
@@ -77,6 +80,7 @@ cc_test(
size = "small",
srcs = ["verifier_test.cc"],
tags = [
+ "no_oss",
"tflite_not_portable",
],
deps = [