aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/BUILD')
-rw-r--r--tensorflow/BUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/tensorflow/BUILD b/tensorflow/BUILD
index e5654a5141..9cc4c4567b 100644
--- a/tensorflow/BUILD
+++ b/tensorflow/BUILD
@@ -23,7 +23,10 @@ load(
"//tensorflow/python/tools/api/generator:api_gen.bzl",
"gen_api_init_files", # @unused
)
-load("//third_party/ngraph:build_defs.bzl", "if_ngraph")
+load(
+ "//third_party/ngraph:build_defs.bzl",
+ "if_ngraph",
+)
# Config setting used when building for products
# which requires restricted licenses to be avoided.
@@ -440,7 +443,7 @@ filegroup(
name = "intel_binary_blob",
data = if_mkl_ml(
[
- "//third_party/intel_mkl_ml",
+ "//third_party/mkl:intel_binary_blob",
],
),
)
@@ -572,7 +575,7 @@ tf_cc_shared_object(
"//tensorflow/cc:scope",
"//tensorflow/cc/profiler",
"//tensorflow/core:tensorflow",
- ] + if_ngraph(["@ngraph_tf//:ngraph_tf"])
+ ] + if_ngraph(["@ngraph_tf//:ngraph_tf"]),
)
exports_files(