From 4644d186e1cc5862d152a6be4df4443c46f76b4a Mon Sep 17 00:00:00 2001 From: avijit-nervana Date: Tue, 4 Sep 2018 07:28:44 -0700 Subject: Added the api for the bridge --- third_party/ngraph/ngraph_tf.BUILD | 2 ++ 1 file changed, 2 insertions(+) (limited to 'third_party/ngraph') 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", -- cgit v1.2.3