aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/autograph
Commit message (Expand)AuthorAge
* Clear the stale README and add reference to the updated file.Gravatar Dan Moldovan2018-09-24
* Move AutoGraph to core. This CL moves the entirety of the code base, keeping ...Gravatar Dan Moldovan2018-09-11
* Add support for list literals in template replacement values.Gravatar Dan Moldovan2018-09-10
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* Changing run_mode to run_as in documentation.Gravatar A. Unique TensorFlower2018-09-10
* Merge pull request #21580 from ariwaranosai:masterGravatar TensorFlower Gardener2018-09-08
|\
* | Special handling of 'range' builtin in live_values analysis.Gravatar A. Unique TensorFlower2018-09-07
* | A-normal form should not introduce temporaries for nested unpacking assignments.Gravatar A. Unique TensorFlower2018-09-06
* | Fix references to dynamic_is in generated autograph code. Remove TF import he...Gravatar A. Unique TensorFlower2018-09-06
* | utils cleanup: move the builtins module under operators.Gravatar Dan Moldovan2018-09-05
| * use ndimsGravatar 在原佐为2018-09-05
| * only apply _string_get_item for string with rank 0Gravatar 在原佐为2018-09-04
* | Internal change.Gravatar Dan Moldovan2018-09-04
| * use single quotation marks for single-line stringsGravatar 在原佐为2018-09-03
| * use single quotation marks for single-line stringsGravatar 在原佐为2018-09-03
* | Add missing __init__.py file.Gravatar A. Unique TensorFlower2018-08-29
* | common_transformers should be a Python packageGravatar A. Unique TensorFlower2018-08-29
* | While loop dispatch depends only on whether variables directly referenced in ...Gravatar A. Unique TensorFlower2018-08-28
* | 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
| * use get_item_tensor_string for string with rank 0Gravatar feiquan2018-08-15
| * add test for gen_item_tensor_stringGravatar feiquan2018-08-14
| * extends the tensor index operator to support character accessGravatar feiquan2018-08-13
|/
* 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