Adding missing build deps for benchmark tests.

PiperOrigin-RevId: 334900981
Change-Id: I9c5570e728ce01ce2382b715a3c74b8d35591212
This commit is contained in:
Scott Zhu 2020-10-01 14:45:33 -07:00 committed by TensorFlower Gardener
parent ac90e7be05
commit 39070910db

View File

@ -77,6 +77,7 @@ cuda_py_test(
deps = [
":profiler_lib",
"//tensorflow:tensorflow_py",
"//tensorflow/python/keras/utils:tf_inspect",
],
)