Fix python3 build caused by recent RNNCell refactor.

Change: 153902768
This commit is contained in:
Eugene Brevdo 2017-04-21 20:16:56 -08:00 committed by TensorFlower Gardener
parent 7bc6271055
commit 3c0900a49c

View File

@ -3247,6 +3247,7 @@ py_library(
"layers/base.py",
"layers/utils.py",
],
srcs_version = "PY2AND3",
deps = [
":array_ops",
":control_flow_ops",