aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/autograph/impl/api.py
Commit message (Expand)AuthorAge
* Move AutoGraph to core. This CL moves the entirety of the code base, keeping ...Gravatar Dan Moldovan2018-09-11
* utils cleanup: move the builtins module under operators.Gravatar Dan Moldovan2018-09-05
* Clean up the frontend docs a bit, in preparation for a name revision.Gravatar Dan Moldovan2018-08-09
* Force conversion of directly decorated functions. Ignore the whitelist in thi...Gravatar A. Unique TensorFlower2018-08-02
* Add a crude method to mark to mark converted entities so that dynamic convers...Gravatar Dan Moldovan2018-07-30
* Fix bug in parallel_walk, along with a few structural bugs that this fix reve...Gravatar Dan Moldovan2018-07-25
* Adds the code that uses the recently added AutoGraph traceback rewriting logic.Gravatar A. Unique TensorFlower2018-07-13
* Fix autograph decorator to preserve call signatureGravatar Mark Daoust2018-06-21
* Broad refactoring (part 3): reorganize the code so that the dependency graph ...Gravatar Dan Moldovan2018-06-18
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Support for converting entire class hierarchies:Gravatar A. Unique TensorFlower2018-04-19
* Refactor to remove the duplicate calls to obtain a function's namespace. This...Gravatar A. Unique TensorFlower2018-04-13
* Fix bug in converted_call, and add tests for it.Gravatar A. Unique TensorFlower2018-04-13
* Adding autograph built-in function checker.Gravatar A. Unique TensorFlower2018-04-12
* Avoid overwriting existing namespace items that might replace the converted f...Gravatar A. Unique TensorFlower2018-03-28
* Global rename of py2tf to autographGravatar A. Unique TensorFlower2018-03-26