Skip to content

Commit 72177a6

Browse files
Automated visibility attribute cleanup.
PiperOrigin-RevId: 452979650
1 parent b219f97 commit 72177a6

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

  • tensorflow/python/ops/linalg/sparse

tensorflow/python/ops/linalg/sparse/BUILD

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ tf_gen_op_wrapper_py(
1010
name = "gen_sparse_csr_matrix_ops",
1111
out = "gen_sparse_csr_matrix_ops.py",
1212
api_def_srcs = ["//tensorflow/core/api_def:base_api_def"],
13-
visibility = [
14-
"//learning/brain/python/ops:__pkg__",
15-
"//tensorflow/compiler/tests:__pkg__",
16-
"//tensorflow/python/kernel_tests/linalg/sparse:__pkg__",
17-
],
13+
visibility = ["//tensorflow/python/kernel_tests/linalg/sparse:__pkg__"],
1814
deps = ["//tensorflow/core:sparse_csr_matrix_ops_op_lib"],
1915
)
2016

0 commit comments

Comments
 (0)