Fix a bug in create_python_api.py
authorA. Unique TensorFlower <gardener@tensorflow.org>
Wed, 2 May 2018 20:42:40 +0000 (13:42 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 2 May 2018 20:45:18 +0000 (13:45 -0700)
commitbd6c00aabe9a34715a5b2026eeccac4bc2a8d0de
tree11449d0a48d78db0c14cc1d61cff6eaea2cfa78b
parentf9e8a75036154a73f256783eccf53bca6612d606
Fix a bug in create_python_api.py

I got an error complaining about "RuntimeError: dictionary changed size during iteration", this change fixes it.

PiperOrigin-RevId: 195144333
tensorflow/tools/api/generator/create_python_api.py