aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/autograph/__init__.py
Commit message (Expand)AuthorAge
* Move AutoGraph to core. This CL moves the entirety of the code base, keeping ...Gravatar Dan Moldovan2018-09-11
* Default nonempty list initializers to Python lists, because the idiom is wide...Gravatar Dan Moldovan2018-07-23
* Adds the code that uses the recently added AutoGraph traceback rewriting logic.Gravatar A. Unique TensorFlower2018-07-13
* Error rewriting logic for AutoGraph. Includes the graph construction and run...Gravatar A. Unique TensorFlower2018-07-11
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* Broad refactoring (part 3): reorganize the code so that the dependency graph ...Gravatar Dan Moldovan2018-06-18
* Automated g4 rollback of changelist 201011811Gravatar Akshay Modi2018-06-18
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* Introducing a directives module, to contain marker functions such as set_elem...Gravatar Dan Moldovan2018-06-11
* Add a special functions module that contains non-Python abstractions, like th...Gravatar Dan Moldovan2018-06-04
* Refactoring: Rename the __ops module to ag__ (double underscore prefix has sp...Gravatar A. Unique TensorFlower2018-04-16
* Global rename of py2tf to autographGravatar A. Unique TensorFlower2018-03-26