aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/remote_fused_graph
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-04-02 20:50:39 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-04-02 20:53:09 -0700
commit38e0139329482d8e44629dea2e87853808eacd0d (patch)
treeffe852a504bee857821eac9f05f5ca8f939929f2 /tensorflow/contrib/remote_fused_graph
parentfa2e70d7fae8466c4006bd29334a3cc440ee6d3a (diff)
Windows: Enable tensorflow/contrib in Bazel build (Second try)
This reverts commit 4e108ef30d7cd7ae5e1c550ec5ae27e79b8c6e39. PiperOrigin-RevId: 191391075
Diffstat (limited to 'tensorflow/contrib/remote_fused_graph')
-rw-r--r--tensorflow/contrib/remote_fused_graph/pylib/BUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/contrib/remote_fused_graph/pylib/BUILD b/tensorflow/contrib/remote_fused_graph/pylib/BUILD
index 996b55f9b8..3aa8a14f44 100644
--- a/tensorflow/contrib/remote_fused_graph/pylib/BUILD
+++ b/tensorflow/contrib/remote_fused_graph/pylib/BUILD
@@ -38,7 +38,6 @@ py_test(
size = "small",
srcs = ["python/ops/remote_fused_graph_ops_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_windows"],
deps = [
":remote_fused_graph_ops_py",
"//tensorflow/core:protos_all_py",