aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/autograph/pyct
Commit message (Expand)AuthorAge
* Enable support for lambda functions in static analyses.Gravatar Dan Moldovan2018-10-09
* Remove the deprecated created and IS_LOCAL abstractions from activity analysis.Gravatar Dan Moldovan2018-10-09
* Improve the control flow conversion for loops by using dataflow analysis to c...Gravatar Dan Moldovan2018-10-09
* Include live-in symbols in liveness analysis. These are required for control ...Gravatar Dan Moldovan2018-10-09
* Add a utility that allows finding a name for an entity, relative to an existi...Gravatar Dan Moldovan2018-10-08
* Fix regression that caused xrange to be ignored.Gravatar Dan Moldovan2018-10-04
* Extend support for Index nodes in template expansions.Gravatar Dan Moldovan2018-09-26
* Remove the pretty formatting of generated code. The astor library that did th...Gravatar Dan Moldovan2018-09-24
* Rename source_map to create_source_map. Reorganize the tests to be clearer ab...Gravatar Dan Moldovan2018-09-24
* Use weakrefs where absolutely safe to do so, in order to reduce the number of...Gravatar Dan Moldovan2018-09-21
* Include the print function in the list of special functions - its name is not...Gravatar Dan Moldovan2018-09-20
* Extend template expansion support for arithmetic expressions.Gravatar Dan Moldovan2018-09-18
* Raise error on encountering bad indentation during Autograph parsing.Gravatar A. Unique TensorFlower2018-09-17
* Move AutoGraph to core. This CL moves the entirety of the code base, keeping ...Gravatar Dan Moldovan2018-09-11