History log of /external/tensorflow/tensorflow/contrib/py2tf/pyct/parser_test.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
95a8af24058c168ce8a5327451e1cfcbc56461eb 29-Jan-2018 A. Unique TensorFlower <gardener@tensorflow.org> Ensure that non-recursive conversion is identity transformation wrt all types of function calls by only failing on unresolved symbols if they're needed.
Simplify code structure all around. Remove the awkward activity analysis that deemed a function parameter as "modified". Consolidate activity analysis by tracking function parameters and returned symbols separately. Strengthen the type inference a little by using more interpret-like constructs.

PiperOrigin-RevId: 183705547
/external/tensorflow/tensorflow/contrib/py2tf/pyct/parser_test.py
a0e1606772f07130d7e8c40f798c77d8a126ccc2 03-Jan-2018 A. Unique TensorFlower <gardener@tensorflow.org> Boilerplate: port a subset of the anno and quoting packages from Tangent. Also includes a pretty printer API.

PiperOrigin-RevId: 180698491
/external/tensorflow/tensorflow/contrib/py2tf/pyct/parser_test.py