Add eager_pip to simple_console_for_windows.zip (#12680)

* Add eager_pip to simple_console_for_windows.zip

* Windows: re-enable tests in //tensorflow/python/eager
This commit is contained in:
Changming Sun 2017-08-31 14:14:40 -05:00 committed by Shanqing Cai
parent be4e5eff77
commit a6510237f0
2 changed files with 1 additions and 5 deletions

View File

@ -121,7 +121,6 @@ cuda_py_test(
"//tensorflow/python:resource_variable_ops",
"//tensorflow/python:training",
],
tags = ["no_windows"],
)
cuda_py_test(
@ -153,7 +152,6 @@ cuda_py_test(
"//tensorflow/python:clip_ops",
"//tensorflow/python:math_ops",
],
tags = ["no_windows"],
)
py_library(
@ -356,7 +354,6 @@ py_test(
name = "benchmarks_test",
srcs = ["benchmarks_test.py"],
srcs_version = "PY2AND3",
tags = ["no_windows"],
deps = [
":backprop",
":context",
@ -374,7 +371,6 @@ py_test(
name = "tape_test",
srcs = ["tape_test.py"],
srcs_version = "PY2AND3",
tags = ["no_windows"],
deps = [
":backprop",
":context",
@ -395,7 +391,6 @@ py_test(
name = "tensor_node_test",
srcs = ["tensor_node_test.py"],
srcs_version = "PY2AND3",
tags = ["no_windows"],
deps = [
":tensor",
":tensor_node",

View File

@ -84,6 +84,7 @@ py_binary(
"//tensorflow/python/saved_model",
"//tensorflow/python:spectral_ops_test_util",
"//tensorflow/python/tools:tools_pip",
"//tensorflow/python/eager:eager_pip",
# These targets don't build on Windows yet. Exclude them for now.
# "//tensorflow/contrib/ndlstm",
# "//tensorflow/contrib/slim",