STT-tensorflow/tensorflow/python/autograph/core
Scott Zhu 2b62cf48c1 Expose autograph related API as tf.__internal__.
These methods are used by Keras for creating autographed functions.

PiperOrigin-RevId: 355498359
Change-Id: I189d6005905ab1478935d8fd137ac92fe04296d1
2021-02-03 16:03:05 -08:00
..
ag_ctx.py Expose autograph related API as tf.__internal__. 2021-02-03 16:03:05 -08:00
BUILD Switch all sources to PY3 only. 2020-10-22 06:34:09 -07:00
config_lib.py
config.py
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