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/BUILD26
1 files changed, 26 insertions, 0 deletions
diff --git a/tensorflow/python/kernel_tests/BUILD b/tensorflow/python/kernel_tests/BUILD
index ebbec39cf3..c03c514699 100644
--- a/tensorflow/python/kernel_tests/BUILD
+++ b/tensorflow/python/kernel_tests/BUILD
@@ -918,6 +918,20 @@ tf_py_test(
)
tf_py_test(
+ name = "string_strip_op_test",
+ size = "small",
+ srcs = ["string_strip_op_test.py"],
+ additional_deps = [
+ "//third_party/py/numpy",
+ "//tensorflow/python:array_ops",
+ "//tensorflow/python:client_testlib",
+ "//tensorflow/python:errors",
+ "//tensorflow/python:framework_for_generated_wrappers",
+ "//tensorflow/python:string_ops",
+ ],
+)
+
+tf_py_test(
name = "substr_op_test",
size = "small",
srcs = ["substr_op_test.py"],
@@ -1196,6 +1210,18 @@ cuda_py_test(
)
cuda_py_test(
+ name = "broadcast_to_ops_test",
+ size = "small",
+ srcs = ["broadcast_to_ops_test.py"],
+ additional_deps = [
+ "//third_party/py/numpy",
+ "//tensorflow/python:array_ops",
+ "//tensorflow/python:client",
+ "//tensorflow/python:client_testlib",
+ ],
+)
+
+cuda_py_test(
name = "inplace_ops_test",
size = "small",
srcs = ["inplace_ops_test.py"],