aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/kernel_tests/BUILD')
-rw-r--r--tensorflow/python/kernel_tests/BUILD12
1 files changed, 11 insertions, 1 deletions
diff --git a/tensorflow/python/kernel_tests/BUILD b/tensorflow/python/kernel_tests/BUILD
index 2451dc7257..9fe52f3d28 100644
--- a/tensorflow/python/kernel_tests/BUILD
+++ b/tensorflow/python/kernel_tests/BUILD
@@ -73,6 +73,17 @@ tf_py_test(
)
tf_py_test(
+ name = "batch_gather_op_test",
+ srcs = ["batch_gather_op_test.py"],
+ additional_deps = [
+ "//tensorflow/python:array_ops",
+ "//tensorflow/python:client_testlib",
+ "//tensorflow/python:constant_op",
+ "//tensorflow/python:dtypes",
+ ],
+)
+
+tf_py_test(
name = "bcast_ops_test",
size = "small",
srcs = ["bcast_ops_test.py"],
@@ -2181,7 +2192,6 @@ cuda_py_test(
"//tensorflow/python:framework_for_generated_wrappers",
"//tensorflow/python:parsing_ops",
],
- tags = ["no_windows"],
)
cuda_py_test(