aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Avijit <30507445+avijit-nervana@users.noreply.github.com>2018-08-12 14:35:19 -0700
committerGravatar GitHub <noreply@github.com>2018-08-12 14:35:19 -0700
commit93e950c308071071f35d6dcb35b9f91b8a34876c (patch)
treec2be12869d263584dec592a00cb8daf53a2a79d0 /third_party
parent1149ad359f4e51a4e2c37a1dab8112056a38ef9b (diff)
Updated based on PR feedback.
Diffstat (limited to 'third_party')
-rw-r--r--third_party/ngraph/ngraph_tf.BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/ngraph/ngraph_tf.BUILD b/third_party/ngraph/ngraph_tf.BUILD
index 838f022222..f36532449c 100644
--- a/third_party/ngraph/ngraph_tf.BUILD
+++ b/third_party/ngraph/ngraph_tf.BUILD
@@ -68,6 +68,7 @@ cc_library(
"-I external/ngraph/src",
"-D NGRAPH_EMBEDDED_IN_TENSORFLOW=1",
],
+ alwayslink=1,
visibility = ["//visibility:public"],
)