aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/debug
diff options
context:
space:
mode:
authorGravatar Shanqing Cai <cais@google.com>2018-09-07 06:29:38 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-07 06:33:08 -0700
commit4588361b6a5b48aad1ead88755d2afef38605af5 (patch)
tree76ccb2537c192445108dca445cb6a820fcb73a99 /tensorflow/python/debug
parent40ec9e8e740feec53e9a096da7079bbc9e392604 (diff)
tfdbg: adjust the scope of mutex for keeping track of disk usage
PiperOrigin-RevId: 211966207
Diffstat (limited to 'tensorflow/python/debug')
-rw-r--r--tensorflow/python/debug/BUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/tensorflow/python/debug/BUILD b/tensorflow/python/debug/BUILD
index 0b28165893..849d165bfa 100644
--- a/tensorflow/python/debug/BUILD
+++ b/tensorflow/python/debug/BUILD
@@ -265,7 +265,6 @@ py_library(
name = "stepper_cli",
srcs = ["cli/stepper_cli.py"],
srcs_version = "PY2AND3",
- tags = ["notsan"],
deps = [
":cli_shared",
":command_parser",
@@ -525,7 +524,6 @@ cuda_py_test(
"//tensorflow/python:training",
"//tensorflow/python:variables",
],
- tags = ["notsan"],
)
py_test(
@@ -612,7 +610,6 @@ cuda_py_test(
"//tensorflow/python:training",
"//tensorflow/python:variables",
],
- tags = ["notsan"],
)
py_test(
@@ -1058,7 +1055,6 @@ py_test(
size = "small",
srcs = ["wrappers/dumping_wrapper_test.py"],
srcs_version = "PY2AND3",
- tags = ["notsan"],
deps = [
":debug_data",
":dumping_wrapper",
@@ -1133,5 +1129,4 @@ sh_test(
":debug_tflearn_iris",
":offline_analyzer",
],
- tags = ["notsan"],
)