Add a helper that allows constructing simple expression ASTs from string. Useful...
authorA. Unique TensorFlower <gardener@tensorflow.org>
Mon, 19 Mar 2018 21:09:52 +0000 (14:09 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Mon, 19 Mar 2018 21:13:57 +0000 (14:13 -0700)
commite6affeb79ee0cfda24b76368e3e788a7ec23df32
treea19d4530e9c80fd056f23a9fbfba2a2e155a0255
parenta80fb2b1cad1bb9c868222b8c25f162d69a509e6
Add a helper that allows constructing simple expression ASTs from string. Useful to simplify the representation of composite symbols, e.g. 'py2tf.foo'.

PiperOrigin-RevId: 189638901
tensorflow/contrib/py2tf/pyct/parser.py
tensorflow/contrib/py2tf/pyct/parser_test.py