diff options
author | avijit-nervana <avijit.chakraborty@intel.com> | 2018-09-04 12:34:14 -0700 |
---|---|---|
committer | avijit-nervana <avijit.chakraborty@intel.com> | 2018-09-04 12:34:14 -0700 |
commit | a65c6c17d0705fe11be6f33f63a677106bf26ffb (patch) | |
tree | 14b8db2ee76a38b9d217f44e974c15faf9e3bc21 /third_party | |
parent | d2851bd51565429872e0d2cd11a1d1c3e6bf87c1 (diff) |
Updated the unit test files
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/ngraph/ngraph_tf.BUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/ngraph/ngraph_tf.BUILD b/third_party/ngraph/ngraph_tf.BUILD index a8d1fdc194..7577a4014d 100644 --- a/third_party/ngraph/ngraph_tf.BUILD +++ b/third_party/ngraph/ngraph_tf.BUILD @@ -68,6 +68,8 @@ tf_cc_test( "test/conversions.cpp", "test/padding.cpp", "test/graph_rewrites/assign_clusters.cc", + "test/test_utilities.h", + "test/test_utilities.cpp", "test/main.cpp", ], deps = [ |