aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
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"],
)