STT-tensorflow/tensorflow/python/autograph/core
Edward Loper 8232f94fa3 Internal symbol name change.
PiperOrigin-RevId: 350215627
Change-Id: I05b5f5bab417e9e23e646d68526974270c44482a
2021-01-05 14:15:45 -08:00
..
ag_ctx.py Add supplemental verification to abort recursive conversion when it has been disabled. This covers code that has been already converted and is called through a do_not_convert wrapper. The code that has already been converted (e.g. as a function local to a previously-converted function) will remain converted, but any unconverted functions that that code calls will no longer be recursively converted. 2019-11-19 06:17:15 -08:00
BUILD Switch all sources to PY3 only. 2020-10-22 06:34:09 -07:00
config_lib.py
config.py Reject code containing the for/else pattern, which is not being faithfully converted at the moment. This replaces silently incorrect behavior with a warning. Also whitelist known urllib module. 2020-03-03 05:56:17 -08:00
converter_test.py Clean up the test to remove duplication and run with within the real framework. 2020-06-29 11:31:01 -07:00
converter_testing.py Retire temporary release toggle. 2020-08-10 10:29:17 -07:00
converter.py fix typos in python directory 2020-10-29 16:21:24 +03:00
function_wrappers_test.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
function_wrappers.py Internal symbol name change. 2021-01-05 14:15:45 -08:00
unsupported_features_checker.py Reject code containing the for/else pattern, which is not being faithfully converted at the moment. This replaces silently incorrect behavior with a warning. Also whitelist known urllib module. 2020-03-03 05:56:17 -08:00