STT-tensorflow/tensorflow/python/autograph
Dan Moldovan 094340c9d4 Add a workaround for slowness of tf.while_loop in the default executor when maximum_iterations is set. Fixes #40517.
PiperOrigin-RevId: 317753132
Change-Id: I7b5767019ceebd3f21975a990e7c2c05dd878ca6
2020-06-22 16:36:29 -07:00
..
converters Uniformize the handling of undefined simple and composite names in control flow. 2020-05-27 14:23:17 -07:00
core More robustly check for undefined symbols before attempting to use them. This check is required because undefined symbols are initialized with a special placeholder before entering control flow. This placeholder can lead to confusing error messages if left unchecked. The change introduces two more general operators: "variable load" and "return". 2020-05-13 15:08:40 -07:00
g3doc fix a typo 2020-05-11 19:35:26 -07:00
impl Use is instead of equality when checking for whitelisted modules, to avoid triggering side effects. 2020-05-22 10:52:26 -07:00
lang Enable support for loop directives, include shape_invariants. 2019-12-17 06:15:26 -08:00
operators Add a workaround for slowness of tf.while_loop in the default executor when maximum_iterations is set. Fixes #40517. 2020-06-22 16:36:29 -07:00
pyct Enable type annotations for python/autograph. 2020-06-18 13:27:00 -07:00
utils Enable tests blocked by b/117943489 2020-05-11 18:13:41 -07:00
__init__.py Remove deprecated run_as argument for convert. 2019-07-26 12:22:36 -07:00
BUILD Add a blank py_strict_library that expands to the normal py_library. Use it in autograph/BUILD. 2020-01-28 09:02:59 -08:00
CONTRIBUTING.md
STYLE_GUIDE.md