Annotate attribute nodes with the value or type of their parent. This helps with...
authorA. Unique TensorFlower <gardener@tensorflow.org>
Mon, 26 Feb 2018 15:21:08 +0000 (07:21 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Mon, 26 Feb 2018 15:27:44 +0000 (07:27 -0800)
commit27adc952de9aa38d75fa513d972f2e7012da1d0f
tree3c26658d651dd05d4f4b74aab3187403a2a163eb
parent020408675695bce8133076d2dd6cc7188adde534
Annotate attribute nodes with the value or type of their parent. This helps with resolving function owners, since using reflection to do it is unreliable.

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