aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/BUILD
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <bsteiner@google.com>2017-02-08 09:25:09 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-02-08 09:50:05 -0800
commit639b4e71f532761a4840b1cdbaea55ad0917c75b (patch)
tree5116415b1d9ff82f054dd4feeadd81cb833d6435 /tensorflow/BUILD
parent15ff7b702788c0cf75bb8d5ce090f06490098cf7 (diff)
Merge changes from github.
Change: 146918929
Diffstat (limited to 'tensorflow/BUILD')
-rw-r--r--tensorflow/BUILD15
1 files changed, 15 insertions, 0 deletions
diff --git a/tensorflow/BUILD b/tensorflow/BUILD
index ca3fd69e5e..1c51a2b440 100644
--- a/tensorflow/BUILD
+++ b/tensorflow/BUILD
@@ -171,6 +171,7 @@ filegroup(
"//tensorflow/contrib/slim/python/slim/data:all_files",
"//tensorflow/contrib/slim/python/slim/nets:all_files",
"//tensorflow/contrib/solvers:all_files",
+ "//tensorflow/contrib/sparsemax:all_files",
"//tensorflow/contrib/specs:all_files",
"//tensorflow/contrib/stat_summarizer:all_files",
"//tensorflow/contrib/tensor_forest:all_files",
@@ -246,6 +247,20 @@ filegroup(
visibility = [":__subpackages__"],
)
+#load(
+# "//third_party/mkl:build_defs.bzl",
+# "if_mkl",
+#)
+
+#filegroup(
+# name = "intel_binary_blob",
+# data = if_mkl(
+# [
+# "//third_party/mkl:intel_binary_blob",
+# ],
+# ),
+#)
+
# -------------------------------------------
# New rules should be added above this target.
# -------------------------------------------