From 93e950c308071071f35d6dcb35b9f91b8a34876c Mon Sep 17 00:00:00 2001 From: Avijit <30507445+avijit-nervana@users.noreply.github.com> Date: Sun, 12 Aug 2018 14:35:19 -0700 Subject: Updated based on PR feedback. --- tensorflow/BUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tensorflow/BUILD') diff --git a/tensorflow/BUILD b/tensorflow/BUILD index 161e5f80d4..5c13ebacfc 100644 --- a/tensorflow/BUILD +++ b/tensorflow/BUILD @@ -23,6 +23,7 @@ load( "//tensorflow/python/tools/api/generator:api_gen.bzl", "gen_api_init_files", # @unused ) +load("//third_party/ngraph:build_defs.bzl", "if_ngraph") # Config setting used when building for products # which requires restricted licenses to be avoided. @@ -441,8 +442,6 @@ load( "if_mkl", ) -load("//third_party/ngraph:build_defs.bzl", "if_ngraph") - filegroup( name = "intel_binary_blob", data = if_mkl( -- cgit v1.2.3