aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Eugene Brevdo <ebrevdo@google.com>2017-04-21 20:16:56 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-04-21 21:29:53 -0700
commit3c0900a49c11b7975c7accc026153bbc2001c018 (patch)
tree0b9729f0b92a596cb7f47e6a1ea767f6e88ddf48
parent7bc6271055714f3d4d0b957a2f4c6a910ea20388 (diff)
Fix python3 build caused by recent RNNCell refactor.
Change: 153902768
-rw-r--r--tensorflow/python/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/python/BUILD b/tensorflow/python/BUILD
index b522c5044c..cad8ccaaad 100644
--- a/tensorflow/python/BUILD
+++ b/tensorflow/python/BUILD
@@ -3247,6 +3247,7 @@ py_library(
"layers/base.py",
"layers/utils.py",
],
+ srcs_version = "PY2AND3",
deps = [
":array_ops",
":control_flow_ops",