From 00590b6973cb071744cdd1335a161b17866dea87 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Wed, 15 Aug 2018 15:29:52 -0700 Subject: Fix the MKL build by correcting misspelled references to MKL's build package. PiperOrigin-RevId: 208894550 --- tensorflow/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tensorflow/BUILD') diff --git a/tensorflow/BUILD b/tensorflow/BUILD index f1000c1bff..94e059b914 100644 --- a/tensorflow/BUILD +++ b/tensorflow/BUILD @@ -431,7 +431,7 @@ filegroup( name = "intel_binary_blob", data = if_mkl_ml( [ - "//third_party/intel_mkl_ml", + "//third_party/mkl:intel_binary_blob", ], ), ) -- cgit v1.2.3