aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/toco/tflite/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/lite/toco/tflite/BUILD')
-rw-r--r--tensorflow/contrib/lite/toco/tflite/BUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/tensorflow/contrib/lite/toco/tflite/BUILD b/tensorflow/contrib/lite/toco/tflite/BUILD
index a02f90988b..83e977d7b3 100644
--- a/tensorflow/contrib/lite/toco/tflite/BUILD
+++ b/tensorflow/contrib/lite/toco/tflite/BUILD
@@ -37,6 +37,7 @@ tf_cc_test(
srcs = [
"operator_test.cc",
],
+ tags = ["no_oss"],
deps = [
":operator",
"//tensorflow/contrib/lite/toco:tooling_util",
@@ -66,6 +67,7 @@ tf_cc_test(
srcs = [
"types_test.cc",
],
+ tags = ["no_oss"],
deps = [
":types",
"@com_google_googletest//:gtest_main",
@@ -98,6 +100,7 @@ tf_cc_test(
srcs = [
"export_test.cc",
],
+ tags = ["no_oss"],
deps = [
":export",
"//tensorflow/contrib/lite/schema:schema_fbs",
@@ -131,6 +134,7 @@ tf_cc_test(
srcs = [
"import_test.cc",
],
+ tags = ["no_oss"],
deps = [
":import",
"//tensorflow/contrib/lite:schema_fbs_version",