Add support for method calls with no return value. Only supports objects of types...
authorA. Unique TensorFlower <gardener@tensorflow.org>
Wed, 10 Jan 2018 19:29:06 +0000 (11:29 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 10 Jan 2018 19:33:15 +0000 (11:33 -0800)
commit8353a2d59e0f6a0073e806d940ce0dfca92bdbdb
treef6dcab1810c3f227a28fd927417b96a198a0a2b4
parent2c1474b267c9d131f61936e02786e103a5a00eb1
Add support for method calls with no return value. Only supports objects of types whitelisted to remain uncompiled.

PiperOrigin-RevId: 181493349
tensorflow/contrib/py2tf/api_test.py
tensorflow/contrib/py2tf/config.py
tensorflow/contrib/py2tf/convert/call_trees.py
tensorflow/contrib/py2tf/convert/call_trees_test.py
tensorflow/contrib/py2tf/convert/side_effect_guards.py
tensorflow/contrib/py2tf/pyct/static_analysis/type_info.py
tensorflow/contrib/py2tf/pyct/static_analysis/type_info_test.py