aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/autograph/utils/builtins.py
Commit message (Expand)AuthorAge
* utils cleanup: move the builtins module under operators.Gravatar Dan Moldovan2018-09-05
* Add support for builtin abs() to AutographGravatar A. Unique TensorFlower2018-08-10
* Add support for len calls on tensor lists.Gravatar A. Unique TensorFlower2018-07-27
* Fix a bug in implementation of the len built in. Scalars were getting the wro...Gravatar A. Unique TensorFlower2018-07-17
* Adding support for the int() and float() built-ins.Gravatar A. Unique TensorFlower2018-06-02
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Change the contract of dynamic_builtin to reject all functions it can't process.Gravatar A. Unique TensorFlower2018-04-17
* Remove obsolete tests. Patch the unexpected print output in Python 3.Gravatar A. Unique TensorFlower2018-04-16
* Swap in the new implementation of while and for loops.Gravatar A. Unique TensorFlower2018-04-05
* Flush the output of print (fixes out-of-order prints in public colab)Gravatar A. Unique TensorFlower2018-03-27
* Global rename of py2tf to autographGravatar A. Unique TensorFlower2018-03-26