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
mm-fix-macos-protobuf-segfault
Branches
Tags
No results found.
STT-tensorflow
/
tensorflow
/
python
/
autograph
History
Dan Moldovan
9b83b647b9
Move stack more of the trace mappers and filters to C++. Simplify the API surface of extract_stack, and clean up its docstring.
...
PiperOrigin-RevId: 348459279 Change-Id: I1ae8afde96a7220df5fb6a95ace62f7c940a1e71
2020-12-21 06:45:42 -08:00
..
converters
Test identity gradient in presence of control flow.
2020-11-13 07:44:45 -08:00
core
fix typos in python directory
2020-10-29 16:21:24 +03:00
g3doc
Merge pull request
#44433
from Molkree:typos_in_python_dir
2020-10-30 14:21:00 -07:00
impl
Move stack more of the trace mappers and filters to C++. Simplify the API surface of extract_stack, and clean up its docstring.
2020-12-21 06:45:42 -08:00
lang
Switch all sources to PY3 only.
2020-10-22 06:34:09 -07:00
operators
Raise the large unroll iteration limit, as it seems to hit false positives, for example in
#44338
.
2020-10-27 09:38:54 -07:00
pyct
Better detection of lambda functions. Some wrapper libraries attempt to override the function's __name__, so we double check against the function's code object.
2020-12-10 11:35:08 -08:00
utils
Remove unused file from build. A subsequent change will remove it.
2020-10-27 09:58:14 -07:00
__init__.py
Remove deprecated run_as argument for convert.
2019-07-26 12:22:36 -07:00
BUILD
Mark the main AutoGraph target as Py3-only.
2020-10-16 08:37:42 -07: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