aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/autograph
Commit message (Expand)AuthorAge
...
* | Re-enable the integration tests on TAP, and only disable the failing windows ...Gravatar Dan Moldovan2018-07-25
* | Fix inconsistency in generated AST. The argument should be not an Index node,...Gravatar Dan Moldovan2018-07-25
* | Add a transformer correction for AST consistency. Replacing the value of an E...Gravatar Dan Moldovan2018-07-25
* | Fix incorrect Load/Store context value in template expansions for attributes.Gravatar Dan Moldovan2018-07-25
* | Disable broken autograph integration tests.Gravatar Gunhan Gulsoy2018-07-25
* | Colab demonstrating the overhead of AutoGraph and Eager vs. a vectorized grap...Gravatar A. Unique TensorFlower2018-07-25
| * Fix typosGravatar Taehoon Lee2018-07-24
|/
* Default nonempty list initializers to Python lists, because the idiom is wide...Gravatar Dan Moldovan2018-07-23
* Fix for conditional attributes crashing in static analysisGravatar A. Unique TensorFlower2018-07-23
* Fix file paths.Gravatar Dan Moldovan2018-07-23
* Broaden dropped exception set in error handler in `transformer.Base.visit`.Gravatar A. Unique TensorFlower2018-07-23
* A notebook containing simple algorithms.Gravatar Dan Moldovan2018-07-20
* Add a few more links to the notebook.Gravatar Dan Moldovan2018-07-19
* Docstrings in compiler.pyGravatar A. Unique TensorFlower2018-07-19
* Fix bug when converting branches that have no direct effects (only side-effec...Gravatar A. Unique TensorFlower2018-07-18
* Fix a bug in implementation of the len built in. Scalars were getting the wro...Gravatar A. Unique TensorFlower2018-07-17
* Disable rewriting errors for classes due to source map overwriting.Gravatar A. Unique TensorFlower2018-07-16
* Two speed test notebooks: MNIST training loop and Collatz.Gravatar Dan Moldovan2018-07-16
* Fix reaching_definitions to correctly mark the definition of modified symbols...Gravatar Dan Moldovan2018-07-16
* Bring the workshop notebook to date.Gravatar Dan Moldovan2018-07-16
* Bring the dev summit notebook to date.Gravatar Dan Moldovan2018-07-16
* Missing import and pip install of tf-nightly in workshop notebookGravatar A. Unique TensorFlower2018-07-16
* Enable test that was accidentally misnamed.Gravatar Dan Moldovan2018-07-16
* Broad refactor (part 7): Swap in the new CFG implementation, along with the n...Gravatar Dan Moldovan2018-07-13
* Add a few TODOs based on discussion with Andrew.Gravatar Dan Moldovan2018-07-13
* Allow non-index slices to be used without conversion, instead of rejecting th...Gravatar Dan Moldovan2018-07-13
* Re-enabling delete on exit true by default.Gravatar A. Unique TensorFlower2018-07-13
* Internal changes.Gravatar A. Unique TensorFlower2018-07-13
* Adds the code that uses the recently added AutoGraph traceback rewriting logic.Gravatar A. Unique TensorFlower2018-07-13
* Broad refactor (part 6): Add several helpers to the base converter class. Not...Gravatar Dan Moldovan2018-07-13
* Broad refactor(part 5): Add liveness and reaching definitions analyses based ...Gravatar Dan Moldovan2018-07-12
* Add support for persistent annotations in template expansions.Gravatar Dan Moldovan2018-07-12
* Remove unused annotation tag and mark for deprecation.Gravatar Dan Moldovan2018-07-12
* Internal changes.Gravatar A. Unique TensorFlower2018-07-12
* More AST utils. Includes support for persistent annotations and copying the m...Gravatar Dan Moldovan2018-07-12
* Add a few more annotation utilities. Prepare to consolidate the annotation ke...Gravatar Dan Moldovan2018-07-12
* Add an improved tree-scoped state to the transformer, to replace the existing...Gravatar Dan Moldovan2018-07-12
* Several improvements required by downstream analyses, detailed below.Gravatar Dan Moldovan2018-07-12
* Add an owner set property to QN objects. This assists extracting symbols that...Gravatar Dan Moldovan2018-07-12
* Error rewriting logic for AutoGraph. Includes the graph construction and run...Gravatar A. Unique TensorFlower2018-07-11
* Add a few naming guidelines for the converter library.Gravatar Dan Moldovan2018-07-11
* Minor doc updates.Gravatar Dan Moldovan2018-07-11
* Merge pull request #20654 from alexbw:patch-3Gravatar TensorFlower Gardener2018-07-11
|\
* | Skeleton for integration tests.Gravatar Dan Moldovan2018-07-11
* | Add example benchmark colab.Gravatar A. Unique TensorFlower2018-07-10
| * Required import for workshop notebookGravatar Alex Wiltschko2018-07-09
|/
* Adding OriginInformation container for propagating user code info through sou...Gravatar A. Unique TensorFlower2018-07-07
* AutoGraph notebook for workshopGravatar A. Unique TensorFlower2018-07-06
* Merge changes from github.Gravatar Yifei Feng2018-07-02
* Add a set of annotations specific to AutoGraph.Gravatar Dan Moldovan2018-07-02