There was an error while loading. Please reload this page.
1 parent b219f97 commit 72177a6Copy full SHA for 72177a6
1 file changed
tensorflow/python/ops/linalg/sparse/BUILD
@@ -10,11 +10,7 @@ tf_gen_op_wrapper_py(
10
name = "gen_sparse_csr_matrix_ops",
11
out = "gen_sparse_csr_matrix_ops.py",
12
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
- ],
+ visibility = ["//tensorflow/python/kernel_tests/linalg/sparse:__pkg__"],
18
deps = ["//tensorflow/core:sparse_csr_matrix_ops_op_lib"],
19
)
20
0 commit comments