This website requires JavaScript.
Explore
Help
Sign In
experiments
/
STT-tensorflow
Watch
1
Star
0
Fork
0
You've already forked STT-tensorflow
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
rei/fork-r2.3
STT-tensorflow
/
tensorflow
/
python
/
autograph
History
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
Fix typo.
2018-10-01 11:17:17 -07:00
STYLE_GUIDE.md
Move AutoGraph to core. This CL moves the entirety of the code base, keeping the frontend autograph module in contrib for backward compatibility. Certain files, like notebooks and the readme file may be referenced from the outside, so a copy of those is kept as well. In addition, the notebooks subdirectory of examples is also kept in contrib because the extension the build file relies on is not available in the PIP package.
2018-09-11 16:32:19 -07:00