aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/BUILD
diff options
context:
space:
mode:
authorGravatar Avijit <Avijit.Chakraborty@intel.com>2018-08-15 17:00:22 -0700
committerGravatar Avijit <Avijit.Chakraborty@intel.com>2018-08-15 17:00:22 -0700
commitbc6be507c71046dfc889a90e3949a903d5d1e6eb (patch)
tree84557e7bb7798e3d418a619c8452aa7baf78f255 /tensorflow/python/BUILD
parent9523a98466d16cf01fc76a67b489f1124cf626ac (diff)
parentd2875ea71373d05c645587a83dd870fa8a0ec070 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'tensorflow/python/BUILD')
-rw-r--r--tensorflow/python/BUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/tensorflow/python/BUILD b/tensorflow/python/BUILD
index 8d8d4792fa..5f985654f0 100644
--- a/tensorflow/python/BUILD
+++ b/tensorflow/python/BUILD
@@ -1871,6 +1871,7 @@ py_library(
":framework_for_generated_wrappers",
":math_ops",
":nn_ops_gen",
+ ":numerics",
"@six_archive//:six",
],
)
@@ -1884,7 +1885,6 @@ py_test(
":client_testlib",
":clip_ops",
":framework_for_generated_wrappers",
- ":numerics",
"//third_party/py/numpy",
],
)
@@ -3341,7 +3341,10 @@ py_library(
py_library(
name = "distribute",
- srcs = ["training/distribute.py"],
+ srcs = [
+ "training/distribute.py",
+ "training/distribution_strategy_context.py",
+ ],
srcs_version = "PY2AND3",
deps = [
":array_ops",
@@ -4207,7 +4210,6 @@ cuda_py_test(
":math_ops",
"//tensorflow/core:protos_all_py",
],
- tags = ["no_windows"],
)
cuda_py_test(
@@ -4501,7 +4503,6 @@ py_test(
srcs = ["training/saver_large_partitioned_variable_test.py"],
srcs_version = "PY2AND3",
tags = [
- "no_windows",
"noasan", # http://b/30782289
"notsan", # http://b/30782289
],