Add noop dependency to eager_op_rewrite_graph_registry_test

PiperOrigin-RevId: 294913769
Change-Id: I2ed6403cb6ed8115183860b71bcd367e828e58a0
This commit is contained in:
Gunhan Gulsoy 2020-02-13 07:48:09 -08:00 committed by TensorFlower Gardener
parent 14c12917e9
commit 09f68fb13f

View File

@ -405,6 +405,7 @@ tf_cc_test(
deps = [
":eager_op_rewrite_registry",
"//tensorflow/core:lib",
"//tensorflow/core:no_op_op_lib",
"//tensorflow/core:test",
"//tensorflow/core:test_main",
],