aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/tests/BUILD
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-04-23 17:14:16 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-04-23 17:16:59 -0700
commitecd837fd0ab69cf54d920eae3b1c73602be6c626 (patch)
treebe220c1a33aaf99c58dda64b016e839914f0968e /tensorflow/compiler/tests/BUILD
parent771f7b46d631fa510658685d1b84ffbb22ffcd55 (diff)
[TF:XLA] Add a kernel for PlaceholderWithDefault
PiperOrigin-RevId: 194010395
Diffstat (limited to 'tensorflow/compiler/tests/BUILD')
-rw-r--r--tensorflow/compiler/tests/BUILD12
1 files changed, 12 insertions, 0 deletions
diff --git a/tensorflow/compiler/tests/BUILD b/tensorflow/compiler/tests/BUILD
index ac2441cea0..0c72093256 100644
--- a/tensorflow/compiler/tests/BUILD
+++ b/tensorflow/compiler/tests/BUILD
@@ -923,3 +923,15 @@ tf_xla_py_test(
"//tensorflow/python:platform_test",
],
)
+
+tf_xla_py_test(
+ name = "placeholder_test",
+ size = "small",
+ srcs = ["placeholder_test.py"],
+ deps = [
+ ":xla_test",
+ "//tensorflow/python:array_ops",
+ "//tensorflow/python:framework_for_generated_wrappers",
+ "//tensorflow/python:platform_test",
+ ],
+)