File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
tensorflow/compiler/mlir/tfr Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -321,7 +321,6 @@ tf_py_test(
321321 "//tensorflow/compiler/mlir/python/mlir_wrapper:filecheck_wrapper" ,
322322 "//tensorflow/compiler/mlir/tfr/resources:test_ops" ,
323323 "//tensorflow/python:array_ops" ,
324- "//tensorflow/python:client_testlib" ,
325324 "//tensorflow/python:math_ops" ,
326325 ],
327326)
@@ -345,7 +344,6 @@ py_test(
345344 ":composite" ,
346345 ":op_reg_gen" ,
347346 "//tensorflow/compiler/mlir/python/mlir_wrapper:filecheck_wrapper" ,
348- "//tensorflow/python:client_testlib" ,
349347 ],
350348)
351349
@@ -354,7 +352,7 @@ py_library(
354352 srcs = ["python/test_utils.py" ],
355353 srcs_version = "PY2AND3" ,
356354 deps = [
357- "//tensorflow/python:client_testlib " ,
355+ "//tensorflow:tensorflow_py " ,
358356 ],
359357)
360358
You can’t perform that action at this time.
0 commit comments