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
Branches
Tags
No results found.
STT-tensorflow
/
tensorflow
/
python
/
autograph
/
impl
History
Dan Moldovan
227024b31a
Use
is
instead of equality when checking for whitelisted modules, to avoid triggering side effects.
...
PiperOrigin-RevId: 312842395 Change-Id: Ie8294cdedb657adf69af90130ac354dff77220dc
2020-05-22 10:52:26 -07:00
..
testing
systemlibs: unbundle pybind11
2020-04-08 03:38:38 +08:00
api_py3_test.py
Use
is
instead of equality when checking for whitelisted modules, to avoid triggering side effects.
2020-05-22 10:52:26 -07:00
api_test.py
Decouple unit tests from Keras.
2020-04-11 07:03:21 -07:00
api.py
Use
is
instead of equality when checking for whitelisted modules, to avoid triggering side effects.
2020-05-22 10:52:26 -07:00
BUILD
Work around incompatibility between inspect.isgeneratorfunction and pybind11.
2020-02-27 12:58:06 -08:00
conversion_test.py
Internal cleanup: Move the bulk of the source code transformation infrastructure into the generic pyct module.
2020-04-06 15:51:41 -07:00
conversion.py
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