Fix bug due to incorrect nesting of return statement in eager iterator evaluation.
authorPavithra Vijay <psv@google.com>
Thu, 7 Jun 2018 16:20:57 +0000 (09:20 -0700)
committerMark Daoust <markdaoust@google.com>
Fri, 8 Jun 2018 22:21:59 +0000 (15:21 -0700)
commit7c33a7751d77cfd70a5c441da369440f4f6b633a
tree21db927166574dfd7ce68164a3932cb0e982cbbd
parent0eac1ebafc1e16e6440658d6b431998f3e682bbc
Fix bug due to incorrect nesting of return statement in eager iterator evaluation.

PiperOrigin-RevId: 199645638
tensorflow/python/keras/engine/training_eager.py
tensorflow/python/keras/engine/training_eager_test.py