STT-tensorflow/tensorflow/python/autograph/operators
Edward Loper 8232f94fa3 Internal symbol name change.
PiperOrigin-RevId: 350215627
Change-Id: I05b5f5bab417e9e23e646d68526974270c44482a
2021-01-05 14:15:45 -08:00
..
__init__.py Uniformize the handling of undefined simple and composite names in control flow. 2020-05-27 14:23:17 -07:00
BUILD Switch all sources to PY3 only. 2020-10-22 06:34:09 -07:00
conditional_expressions_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
conditional_expressions.py Use the nonlocal mechanism for if statements. This is the same mechanism used by for and while loops and it allows reusing much of the code. 2020-05-19 15:06:45 -07:00
control_flow_deprecated_py2.py Internal symbol name change. 2021-01-05 14:15:45 -08:00
control_flow_test.py Add extra checks for shape and dtype for control flow conditionals. 2020-10-02 14:17:32 -07:00
control_flow.py Internal symbol name change. 2021-01-05 14:15:45 -08:00
data_structures_test.py Enable tests blocked by b/117943489 2020-05-11 18:13:41 -07:00
data_structures.py Internal symbol name change. 2021-01-05 14:15:45 -08:00
dispatch_context.py
exceptions_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
exceptions.py Internal symbol name change. 2021-01-05 14:15:45 -08:00
logical_test.py
logical.py Internal symbol name change. 2021-01-05 14:15:45 -08:00
py_builtins_test.py Execute globals() and locals() in the correct context in converted code. 2020-07-10 19:34:22 -07:00
py_builtins.py Internal symbol name change. 2021-01-05 14:15:45 -08:00
slices_test.py
slices.py Internal symbol name change. 2021-01-05 14:15:45 -08:00
variables_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
variables.py Uniformize the handling of undefined simple and composite names in control flow. 2020-05-27 14:23:17 -07:00