aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/autograph/converters
Commit message (Expand)AuthorAge
* Improve the control flow conversion for loops by using dataflow analysis to c...Gravatar Dan Moldovan2018-10-09
* Replace the tf.name_scope call with an internal context manager that can cont...Gravatar Dan Moldovan2018-10-01
* The return value checker should ignore inner functions.Gravatar Dan Moldovan2018-09-26
* Account for cases when the live value of a function is not hashable, in the b...Gravatar Dan Moldovan2018-09-25
* Simplify the interface of conversion_call to allow a ConversionOptions object...Gravatar Dan Moldovan2018-09-18
* Allow unsupported comparison operators to be passed through and scale back th...Gravatar Dan Moldovan2018-09-13
* Move AutoGraph to core. This CL moves the entirety of the code base, keeping ...Gravatar Dan Moldovan2018-09-11