aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/models/embedding/BUILD
diff options
context:
space:
mode:
authorGravatar Vijay Vasudevan <vrv@google.com>2015-11-16 09:15:41 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2015-11-16 09:15:41 -0800
commitcb9fa5fc9de9f3fc97c15bbcce252d7d7fdcb73b (patch)
tree7f0dd44e9aff8a01fff6f323664c3591d04c1225 /tensorflow/models/embedding/BUILD
parent011e9baccd343eb943d25014c4e8aec53eac396b (diff)
TensorFlow: Upstream changes from since last Thursday.
Changes: - Bug fix to input.py by @dave-andersen with tests. - Some fixes to names in the whitepaper - Include cfloat for FLT_MAX by @benoitsteiner - Fix broken link in mnist tutorials by @mrry - Typos and fixes to documentation by @Sohl-Dickstein, @ebrevdo, @vrv, Yaroslav, @martinwicke - Fixed unnecessary check around a delete by @girving - More compatibility tests by @josh11b - Misc other typos and fixes by Googlers. Base CL: 107944070
Diffstat (limited to 'tensorflow/models/embedding/BUILD')
-rw-r--r--tensorflow/models/embedding/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/models/embedding/BUILD b/tensorflow/models/embedding/BUILD
index fe52778fa9..9cd0d24b5b 100644
--- a/tensorflow/models/embedding/BUILD
+++ b/tensorflow/models/embedding/BUILD
@@ -49,6 +49,9 @@ py_test(
size = "small",
srcs = ["word2vec_optimized_test.py"],
srcs_version = "PY2AND3",
+ tags = [
+ "notsan",
+ ],
deps = [
":word2vec_optimized",
"//tensorflow:tensorflow_py",