STT-tensorflow/tensorflow/python/autograph/core
2020-05-13 15:08:40 -07: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 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
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 Cleanup: use a more consistent naming scheme for the parsing/loading utilities. 2019-12-02 14:25:59 -08:00
converter_testing.py Internal cleanup: let each converter only perform the analysis it needs. Since the bottleneck is inside the conversion process, this is expected to speed it up noticeably. 2020-05-02 05:17:08 -07:00
converter.py Internal cleanup: let each converter only perform the analysis it needs. Since the bottleneck is inside the conversion process, this is expected to speed it up noticeably. 2020-05-02 05:17:08 -07: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 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
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