Avoid attaching fqn annotations to live values that don't have a `__name__`.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Tue, 20 Mar 2018 02:30:23 +0000 (19:30 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 20 Mar 2018 02:37:32 +0000 (19:37 -0700)
commitfea994f9dd2bcb15eba0515c8c051aac9aed0399
treefc4e1e5fc05729009aaec9ab33e2e400c24069f1
parent886df46bdfe89af739ee4f4a81b4c88bbe572c64
Avoid attaching fqn annotations to live values that don't have a `__name__`.

PiperOrigin-RevId: 189680937
tensorflow/contrib/py2tf/pyct/static_analysis/live_values.py
tensorflow/contrib/py2tf/pyct/static_analysis/live_values_test.py