aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/autograph/operators/__init__.py
Commit message (Collapse)AuthorAge
* Use lambdas when converting ifexps, since they are now supported.Gravatar Dan Moldovan2018-10-10
| | | | PiperOrigin-RevId: 216533613
* Use overloaded operators for the assert statement. This should remove the ↵Gravatar Dan Moldovan2018-10-10
| | | | | | reliance on importing tensorflow in the generated code. PiperOrigin-RevId: 216528047
* Move AutoGraph to core. This CL moves the entirety of the code base, keeping ↵Gravatar Dan Moldovan2018-09-11
the frontend autograph module in contrib for backward compatibility. Certain files, like notebooks and the readme file may be referenced from the outside, so a copy of those is kept as well. In addition, the notebooks subdirectory of examples is also kept in contrib because the extension the build file relies on is not available in the PIP package. PiperOrigin-RevId: 212543067