Added a required dependency to BUILD file

This commit is contained in:
Mahmoud Abuzaina 2019-07-02 11:21:57 -07:00
parent 4e48f0664c
commit ff93129764

View File

@ -276,6 +276,7 @@ tf_cc_test(
srcs = ["eager_op_rewrite_registry_test.cc"],
deps = [
":eager_op_rewrite_registry",
"//tensorflow/core:lib",
"//tensorflow/core:test",
"//tensorflow/core:test_main",
],