fix build targets

This commit is contained in:
Vignesh Kothapalli 2021-03-04 21:53:29 +05:30
parent cda3d38821
commit 5ede799244
No known key found for this signature in database
GPG Key ID: 7C9D6956FBA21DD7
2 changed files with 2 additions and 0 deletions

View File

@ -394,6 +394,7 @@ tf_py_test(
"//tensorflow/python:script_ops",
"//tensorflow/python:sparse_tensor",
"//tensorflow/python/data/experimental/ops:batching",
"//tensorflow/python/data/kernel_tests:checkpoint_test_base",
"//tensorflow/python/data/kernel_tests:test_base",
"//tensorflow/python/data/ops:dataset_ops",
"//third_party/py/numpy",

View File

@ -438,6 +438,7 @@ tf_py_test(
srcs = ["map_test.py"],
shard_count = 4,
deps = [
":checkpoint_test_base",
":test_base",
"//tensorflow/core:protos_all_py",
"//tensorflow/python:array_ops",