aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/autograph/core
Commit message (Expand)AuthorAge
* Allow using more than one converter in the testing harness.Gravatar Dan Moldovan2018-10-08
* Fix the case when an object may have multiple directives with the same annota...Gravatar Dan Moldovan2018-10-02
* Replace the tf.name_scope call with an internal context manager that can cont...Gravatar Dan Moldovan2018-10-01
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-24
* Replace the OrderedDict with a basic list/dict solution. OrderedDict is probl...Gravatar Dan Moldovan2018-09-20
* Simplify the interface of conversion_call to allow a ConversionOptions object...Gravatar Dan Moldovan2018-09-18
* Removing unused code comment in AutoGraph error rewriting.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