aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/tests/BUILD
diff options
context:
space:
mode:
authorGravatar Igor Ganichev <iga@google.com>2018-05-07 17:21:53 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-05-07 18:28:37 -0700
commitb6906d19bacffa25fec074216a5c281e5689ef03 (patch)
tree10abe83c46aecb367fb789d6bf70e48d2b01f88a /tensorflow/compiler/tests/BUILD
parent482ed8eb666d8bc1e5c3f47e5c1e61cc19e0fdb1 (diff)
Make eager functions runable on TPU
PiperOrigin-RevId: 195748721
Diffstat (limited to 'tensorflow/compiler/tests/BUILD')
-rw-r--r--tensorflow/compiler/tests/BUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/tensorflow/compiler/tests/BUILD b/tensorflow/compiler/tests/BUILD
index aaea83ae9c..9791792f29 100644
--- a/tensorflow/compiler/tests/BUILD
+++ b/tensorflow/compiler/tests/BUILD
@@ -327,7 +327,11 @@ tf_xla_py_test(
":xla_test",
"//tensorflow/python:array_ops",
"//tensorflow/python:framework_for_generated_wrappers",
+ "//tensorflow/python:layers",
+ "//tensorflow/python:math_ops",
+ "//tensorflow/python:nn",
"//tensorflow/python:platform_test",
+ "//tensorflow/python/eager:function",
],
)