aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/autograph/operators
Commit message (Expand)AuthorAge
* Use lambdas when converting ifexps, since they are now supported.Gravatar Dan Moldovan2018-10-10
* Use overloaded operators for the assert statement. This should remove the rel...Gravatar Dan Moldovan2018-10-10
* Fix regression that caused xrange to be ignored.Gravatar Dan Moldovan2018-10-04
* Allow creating a list from a tensor. Fix a few inconsistencies in the tensor ...Gravatar Dan Moldovan2018-10-02
* Ensure tf.range has semantics consistent with range, which allows start and e...Gravatar Dan Moldovan2018-09-24
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-24
* Move AutoGraph to core. This CL moves the entirety of the code base, keeping ...Gravatar Dan Moldovan2018-09-11