Iteritems is deprecated in python 3. Using items instead.
authorAmit Patankar <amitpatankar@google.com>
Wed, 6 Jun 2018 16:51:06 +0000 (09:51 -0700)
committerAmit Patankar <amitpatankar@google.com>
Wed, 6 Jun 2018 16:51:06 +0000 (09:51 -0700)
commita0527f3dd69fe5373db88914eb18cfab5ee3fceb
treeddcbf7ee5ccf7a62651c7a5a6a0e7c56fffcadb0
parent45d7b767cf892efe362fca82bc96a6f16af318a9
Iteritems is deprecated in python 3. Using items instead.
tensorflow/contrib/distribute/python/cross_tower_ops_test.py