Skip to content

Commit

Permalink
Internal change.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 220210933
  • Loading branch information
annarev authored and tensorflower-gardener committed Nov 6, 2018
1 parent dae1e7c commit 70ccf42
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions tensorflow/contrib/saved_model/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,6 @@ py_library(
name = "keras_saved_model",
srcs = ["python/saved_model/keras_saved_model.py"],
srcs_version = "PY2AND3",
tags = [
"no_windows",
# TODO(b/119022845): Re-enable this test in TAP.
"manual",
"notap",
],
visibility = ["//visibility:public"],
deps = [
"//tensorflow/python:array_ops",
Expand All @@ -108,7 +102,14 @@ py_test(
size = "medium",
srcs = ["python/saved_model/keras_saved_model_test.py"],
srcs_version = "PY2AND3",
tags = ["notsan"],
tags = [
"no_windows",
# TODO(b/119022845): Re-enable this test in TAP.
"manual",
"notap",
"notsan",
"no_oss",
],
deps = [
":keras_saved_model",
"//tensorflow/python:client_testlib",
Expand Down

0 comments on commit 70ccf42

Please sign in to comment.