aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/autograph
Commit message (Expand)AuthorAge
* Disable broken codegen test.Gravatar Gunhan Gulsoy2018-08-23
* Allow Autograph tuple unpacking in for loops.Gravatar A. Unique TensorFlower2018-08-23
* Raise AutoGraph error if variable is created inside a loop body.Gravatar A. Unique TensorFlower2018-08-22
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-21
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-21
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-21
* Internal change.Gravatar Anna R2018-08-10
* Add support for builtin abs() to AutographGravatar A. Unique TensorFlower2018-08-10
* Clean up the frontend docs a bit, in preparation for a name revision.Gravatar Dan Moldovan2018-08-09
* Add a basic documentation page explaining how to specify the return data type...Gravatar Dan Moldovan2018-08-09
* Merge pull request #21086 from taehoonlee:fix_typosGravatar TensorFlower Gardener2018-08-08
|\
* | Internal change.Gravatar Anna R2018-08-07
* | Expose tf_if_stmt to other modules.Gravatar Dan Moldovan2018-08-06
* | Include same-line comments in origin_info.Gravatar Dan Moldovan2018-08-03
* | Force conversion of directly decorated functions. Ignore the whitelist in thi...Gravatar A. Unique TensorFlower2018-08-02
* | Better error message when @autograph.convert(recursive=True) failsGravatar A. Unique TensorFlower2018-08-01
* | Fix for unspecified arguments in AutoGraph directives.Gravatar A. Unique TensorFlower2018-08-01
* | Disabling errors integration test on Windows.Gravatar A. Unique TensorFlower2018-07-31
* | Random (usually non-functional) code generation for testing/fuzzing.Gravatar A. Unique TensorFlower2018-07-31
* | Remove an unneeded check and fix an off by one error in the rewritten line nu...Gravatar A. Unique TensorFlower2018-07-31
* | Adding check to disable wrapping inner function bodies in try/except for erro...Gravatar A. Unique TensorFlower2018-07-31
* | Use TF constants for the break/continue control variables, to ensure control ...Gravatar Dan Moldovan2018-07-31
* | Add a crude method to mark to mark converted entities so that dynamic convers...Gravatar Dan Moldovan2018-07-30
* | Add an A-normal form transformer for Python code to pyct.Gravatar A. Unique TensorFlower2018-07-30
* | Automated rollback of commit 1ece2e8e96be2eb39922951619ea99208df93284Gravatar Gunhan Gulsoy2018-07-30
* | Random (usually non-functional) code generation for testing/fuzzing.Gravatar A. Unique TensorFlower2018-07-30
* | Adding NodeDef names to error messages for better debuggability.Gravatar A. Unique TensorFlower2018-07-27
* | Add support for len calls on tensor lists.Gravatar A. Unique TensorFlower2018-07-27
* | Fix bug in parallel_walk, along with a few structural bugs that this fix reve...Gravatar Dan Moldovan2018-07-25
* | 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