aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ngraph
diff options
context:
space:
mode:
authorGravatar avijit-nervana <avijit.chakraborty@intel.com>2018-08-24 22:13:21 -0700
committerGravatar avijit-nervana <avijit.chakraborty@intel.com>2018-08-24 22:13:21 -0700
commit7e91ec68c7df088c306cc56cce621aee7ff53c94 (patch)
treec0f8a9181da7811cc015f381002bee64ec8b2c8c /third_party/ngraph
parentaa02f7f3622dca8c7b03e745cdb8a10797f32f61 (diff)
Added more unit tests and upgraded to the device-less bridge.
Diffstat (limited to 'third_party/ngraph')
-rw-r--r--third_party/ngraph/ngraph_tf.BUILD34
1 files changed, 23 insertions, 11 deletions
diff --git a/third_party/ngraph/ngraph_tf.BUILD b/third_party/ngraph/ngraph_tf.BUILD
index d0231e468e..f40d2057e8 100644
--- a/third_party/ngraph/ngraph_tf.BUILD
+++ b/third_party/ngraph/ngraph_tf.BUILD
@@ -10,26 +10,35 @@ load(
cc_library(
name = "ngraph_tf",
srcs = [
+ "src/ngraph_assign_clusters.h",
+ "src/ngraph_assign_clusters.cc",
"src/ngraph_builder.h",
"src/ngraph_builder.cc",
- "src/ngraph_cluster.h",
- "src/ngraph_cluster.cc",
+ "src/ngraph_capture_variables.h",
+ "src/ngraph_capture_variables.cc",
+ "src/ngraph_conversions.h",
"src/ngraph_cluster_manager.h",
"src/ngraph_cluster_manager.cc",
- "src/ngraph_confirm_pass.cc",
- "src/ngraph_device.cc",
+ "src/ngraph_deassign_clusters.h",
+ "src/ngraph_deassign_clusters.cc",
"src/ngraph_encapsulate_op.cc",
- "src/ngraph_encapsulate_pass.cc",
+ "src/ngraph_encapsulate_clusters.h",
+ "src/ngraph_encapsulate_clusters.cc",
"src/ngraph_freshness_tracker.h",
"src/ngraph_freshness_tracker.cc",
- "src/ngraph_graph_rewrite_passes.cc",
- "src/ngraph_liberate_pass.cc",
- "src/ngraph_op_kernels.cc",
- "src/ngraph_stub_ops.cc",
+ # "src/ngraph_liberate_pass.cc",
+ # "src/ngraph_op_kernels.cc",
+ # "src/ngraph_stub_ops.cc",
+ "src/ngraph_mark_for_clustering.h",
+ "src/ngraph_mark_for_clustering.cc",
+ "src/ngraph_rewrite_pass.cc",
+ "src/ngraph_rewrite_for_tracking.h",
+ "src/ngraph_rewrite_for_tracking.cc",
+ "src/ngraph_tracked_variable.cc",
"src/ngraph_utils.h",
"src/ngraph_utils.cc",
- "src/ngraph_send_recv_ops.cc",
- "src/ngraph_variable_ops.cc",
+ # "src/ngraph_send_recv_ops.cc",
+ # "src/ngraph_variable_ops.cc",
"src/tf_graphcycles.cc",
"logging/ngraph_log.h",
"logging/ngraph_log.cc",
@@ -60,6 +69,9 @@ tf_cc_test(
size = "small",
srcs = [
"test/tf_exec.cpp",
+ "test/conversions.cpp",
+ "test/padding.cpp",
+ "test/graph_rewrites/assign_clusters.cc",
"test/main.cpp",
],
deps = [