aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/autograph
Commit message (Expand)AuthorAge
...
* Broad refactor (part 4): Split the CFG construction part into a component sep...Gravatar Dan Moldovan2018-06-29
* Merge changes from github.Gravatar Mingxing Tan2018-06-28
* Update paths and revert to explicit TensorArray since tensor lists lose neede...Gravatar Dan Moldovan2018-06-25
* Rename programmers_guide/ directory to guide/.Gravatar Billy Lamberta2018-06-22
* Fix autograph decorator to preserve call signatureGravatar Mark Daoust2018-06-21
* Use autograph.stack now that the list format has changed.Gravatar A. Unique TensorFlower2018-06-21
* Boilerplate for an ANF transformer. This is not currently related to AutoGrap...Gravatar Dan Moldovan2018-06-20
* Disable test on windows.Gravatar Dan Moldovan2018-06-19
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* Broad refactoring (part 3): reorganize the code so that the dependency graph ...Gravatar Dan Moldovan2018-06-18
* Automated g4 rollback of changelist 201011811Gravatar Akshay Modi2018-06-18
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* Broad refactoring (part 2): Introduce a module dedicated to AutoGraph-specifi...Gravatar Dan Moldovan2018-06-15
* Broad refactoring (part 1): Introduce a module dedicated to symbols that are ...Gravatar Dan Moldovan2018-06-15
* Standardize the type notation for docstrings that require describing a type.Gravatar Dan Moldovan2018-06-14
* Documenting capabilities and limitations of AutoGraphGravatar A. Unique TensorFlower2018-06-13
* Introducing a directives module, to contain marker functions such as set_elem...Gravatar Dan Moldovan2018-06-11
* Enable overloading of the slice read and write operations.Gravatar Dan Moldovan2018-06-11
* Use the new operators for list conversion. Includes list creation, append, po...Gravatar Dan Moldovan2018-06-08
* Allow replace_expression to generate simple names, nor just Expr nodes. Ensur...Gravatar Dan Moldovan2018-06-07
* Correctly implement the checks for getanno.Gravatar Dan Moldovan2018-06-05
* Allow calling getanno with a default value. Failure is still the default beha...Gravatar Dan Moldovan2018-06-05
* Remove test dependencies that are no longer needed.Gravatar Dan Moldovan2018-06-05
* Add a special functions module that contains non-Python abstractions, like th...Gravatar Dan Moldovan2018-06-04
* Temporary patch: properly handle expressions in subscripts. The long term fix...Gravatar Dan Moldovan2018-06-04
* Adding support for the int() and float() built-ins.Gravatar A. Unique TensorFlower2018-06-02
* Disable test on windows until we figure out what's wrong.Gravatar Dan Moldovan2018-06-01
* Initial implementation of a few of the list-specific operators.Gravatar Dan Moldovan2018-05-31
* Cleanup: update continue_statements.py to use the base transformer facilities...Gravatar Dan Moldovan2018-05-31
* Clean up: handle the hidden additional clause on for loops in a way that's cl...Gravatar Dan Moldovan2018-05-29
* Clean up: remove useless super delegation.Gravatar Dan Moldovan2018-05-29
* Allow assignment to subscripts in static analysis.Gravatar Dan Moldovan2018-05-29
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* Style guide edits: refer to the broader Google style guide, which is what was...Gravatar Dan Moldovan2018-05-24
* Special case the 'dict' call, which trips other mechanisms for built-ins.Gravatar Dan Moldovan2018-05-22
* Contributing guidelines, style guide and README updatesGravatar A. Unique TensorFlower2018-05-22
* Move Keras code out of _impl folder and remove API files.Gravatar Pavithra Vijay2018-05-17
* Clean up CFG test suiteGravatar A. Unique TensorFlower2018-05-17
* Stricter analysis for functional conditional generationGravatar A. Unique TensorFlower2018-05-14
* Disable autograph cfg_test in windows.Gravatar Gunhan Gulsoy2018-05-07
* Control flow graph with forward and backward analysisGravatar A. Unique TensorFlower2018-05-07
* Use tuple instead of list to reduce the chance of it being picked by the list...Gravatar Dan Moldovan2018-05-04
* Add separate get_read and get_updated helpers that work on code exceprts. Han...Gravatar A. Unique TensorFlower2018-05-04
* Minor refactor: establish some operator naming conventions and apply them, so...Gravatar Dan Moldovan2018-05-01
* Merge changes from github.Gravatar Patrick Nguyen2018-05-01
* Add a skeleton dispatch context object, that can be used to control the dispa...Gravatar Dan Moldovan2018-04-26
* Set up a basic README with a pointer to the dev summit colab.Gravatar Dan Moldovan2018-04-25
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Update the Colorbot demo to use a Keras model in addition to the Estimator.Gravatar A. Unique TensorFlower2018-04-19
* Support for converting entire class hierarchies:Gravatar A. Unique TensorFlower2018-04-19