We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e7611 commit cda8366Copy full SHA for cda8366
tensorflow/dtensor/python/BUILD
@@ -1,7 +1,7 @@
1
# DTensor Python API and libraries.
2
3
load("//tensorflow:tensorflow.bzl", "pytype_strict_library")
4
-load("//tensorflow:tensorflow.bzl", "tf_gen_op_wrapper_py", "tf_py_test")
+load("//tensorflow:tensorflow.bzl", "tf_gen_op_wrapper_py")
5
6
default_visibility = [
7
"//tensorflow/dtensor:dtensor-internal",
@@ -248,13 +248,3 @@ pytype_strict_library(
248
"@absl_py//absl/logging",
249
],
250
)
251
-
252
-tf_py_test(
253
- name = "dtensor_tf_api_test",
254
- size = "small",
255
- srcs = ["dtensor_tf_api_test.py"],
256
- deps = [
257
- "//tensorflow/dtensor/python:core",
258
- "//tensorflow/python/platform:test",
259
- ],
260
-)
tensorflow/dtensor/python/dtensor_tf_api_test.py
0 commit comments