aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/ngraph/ngraph_tf.BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/ngraph/ngraph_tf.BUILD b/third_party/ngraph/ngraph_tf.BUILD
index c1221cc385..a8d1fdc194 100644
--- a/third_party/ngraph/ngraph_tf.BUILD
+++ b/third_party/ngraph/ngraph_tf.BUILD
@@ -10,6 +10,8 @@ load(
cc_library(
name = "ngraph_tf",
srcs = [
+ "src/ngraph_api.h",
+ "src/ngraph_api.cc",
"src/ngraph_assign_clusters.h",
"src/ngraph_assign_clusters.cc",
"src/ngraph_builder.h",