aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ngraph/ngraph_tf.BUILD
diff options
context:
space:
mode:
authorGravatar avijit-nervana <avijit.chakraborty@intel.com>2018-08-22 23:34:34 -0700
committerGravatar avijit-nervana <avijit.chakraborty@intel.com>2018-08-22 23:34:34 -0700
commit52d3e5a3a7bece06da072dcfb3f4ac53e83f8470 (patch)
tree62cac513c160aa6d9583c97e53a53f9d7449fb0d /third_party/ngraph/ngraph_tf.BUILD
parentb425b0ed272a28ccb6dbc3d3ab937da257b7f02d (diff)
Added the BUILD files for tbb and updated the ngraph.BUILD with
CPU library (DEX).
Diffstat (limited to 'third_party/ngraph/ngraph_tf.BUILD')
-rw-r--r--third_party/ngraph/ngraph_tf.BUILD11
1 files changed, 1 insertions, 10 deletions
diff --git a/third_party/ngraph/ngraph_tf.BUILD b/third_party/ngraph/ngraph_tf.BUILD
index 4d96ccf2f2..0647d9926a 100644
--- a/third_party/ngraph/ngraph_tf.BUILD
+++ b/third_party/ngraph/ngraph_tf.BUILD
@@ -8,15 +8,6 @@ load(
)
cc_library(
- name = "ngraph_libs_linux",
- srcs = [
- "lib/libiomp5.so",
- "lib/libmklml_intel.so",
- ],
- visibility = ["//visibility:public"],
-)
-
-cc_library(
name = "ngraph_tf",
srcs = [
"src/ngraph_builder.h",
@@ -58,7 +49,7 @@ cc_library(
"-I external/ngraph_tf/src",
"-I external/ngraph_tf/logging",
"-I external/ngraph/src",
- "-D NGRAPH_EMBEDDED_IN_TENSORFLOW=1",
+ #"-D NGRAPH_EMBEDDED_IN_TENSORFLOW=1",
],
alwayslink = 1,
visibility = ["//visibility:public"],