aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/py2tf
Commit message (Expand)AuthorAge
* Add support for the assert statement.Gravatar A. Unique TensorFlower2018-01-29
* Revise the decorator transformer and add tests that clarify when can decorato...Gravatar A. Unique TensorFlower2018-01-29
* Ensure that non-recursive conversion is identity transformation wrt all types...Gravatar A. Unique TensorFlower2018-01-29
* Fix py3 build rules for all py tests under py2tf.Gravatar Gunhan Gulsoy2018-01-26
* Simplify the template mechanism by specifying templates using multi-line stri...Gravatar A. Unique TensorFlower2018-01-25
* Refactoring pass.Gravatar A. Unique TensorFlower2018-01-24
* Add a base transformer class with useful utilities.Gravatar A. Unique TensorFlower2018-01-23
* Extend the API with a pair of decorators that can convert functions inline.Gravatar A. Unique TensorFlower2018-01-22
* Add basic class support:Gravatar A. Unique TensorFlower2018-01-18
* Merge changes from github.Gravatar Sourabh Bajaj2018-01-17
* Restrict the type info analysis to avoid inference on objects created inside ...Gravatar A. Unique TensorFlower2018-01-16
* Add support for continue / break statements. Slightly change the static analy...Gravatar A. Unique TensorFlower2018-01-13
* Add support for if conditionals. Fix a bug in the activity analysis.Gravatar A. Unique TensorFlower2018-01-11
* Add support for for loops.Gravatar A. Unique TensorFlower2018-01-11
* Fix bug in the conversion of while loops. The while_loop's initial value need...Gravatar A. Unique TensorFlower2018-01-10
* Remove the gradients function converter now that we can use the tape method.Gravatar A. Unique TensorFlower2018-01-10
* Add support for method calls with no return value. Only supports objects of t...Gravatar A. Unique TensorFlower2018-01-10
* Extend the type info analyzer to cover variables declared using with statements.Gravatar A. Unique TensorFlower2018-01-09
* High level API. The public interface is found in api.py.Gravatar A. Unique TensorFlower2018-01-09
* Core code transformers.Gravatar A. Unique TensorFlower2018-01-08
* Add bazel file for astor, gast and termcolor. Rewrite these deps' internal co...Gravatar A. Unique TensorFlower2018-01-06
* Basic templating code.Gravatar A. Unique TensorFlower2018-01-05
* Temporarily disable tests until we can run them in opensource build.Gravatar A. Unique TensorFlower2018-01-05
* Minimal static analysis. Resolves variable visibility and type information.Gravatar A. Unique TensorFlower2018-01-04
* Boilerplate: port a subset of the anno and quoting packages from Tangent. Als...Gravatar A. Unique TensorFlower2018-01-03
* Create the contrib directory for the Eager to graph compiler.Gravatar A. Unique TensorFlower2017-12-18