aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/models/smartreply/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/lite/models/smartreply/BUILD')
-rw-r--r--tensorflow/contrib/lite/models/smartreply/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/contrib/lite/models/smartreply/BUILD b/tensorflow/contrib/lite/models/smartreply/BUILD
index 8b5fa240ac..9d88c396ba 100644
--- a/tensorflow/contrib/lite/models/smartreply/BUILD
+++ b/tensorflow/contrib/lite/models/smartreply/BUILD
@@ -47,6 +47,7 @@ cc_test(
name = "extract_feature_op_test",
size = "small",
srcs = ["ops/extract_feature_test.cc"],
+ tags = ["no_oss"],
deps = [
":custom_ops",
"//tensorflow/contrib/lite:framework",
@@ -61,6 +62,7 @@ cc_test(
name = "normalize_op_test",
size = "small",
srcs = ["ops/normalize_test.cc"],
+ tags = ["no_oss"],
deps = [
":custom_ops",
"//tensorflow/contrib/lite:framework",
@@ -75,6 +77,7 @@ cc_test(
name = "predict_op_test",
size = "small",
srcs = ["ops/predict_test.cc"],
+ tags = ["no_oss"],
deps = [
":custom_ops",
"//tensorflow/contrib/lite:framework",