STT-tensorflow/tensorflow/python/autograph/utils
Gaurav Jain 75d9ed443a Enable tests blocked by b/117943489
PiperOrigin-RevId: 311034341
Change-Id: Iab60ac2be4c1352aa39d3e266df09ba45a2feada
2020-05-11 18:13:41 -07:00
..
__init__.py Clean up dead code. 2020-04-10 15:22:55 -07:00
ag_logging.py Flush stdout when printing a warning. 2020-01-29 17:27:43 -08:00
BUILD Clean up dead code. 2020-04-10 15:22:55 -07:00
compat_util.py Swap out modules in py2 mode in a cleaner fashion. 2020-01-07 10:46:31 -08:00
context_managers_test.py Move AutoGraph to core. This CL moves the entirety of the code base, keeping the frontend autograph module in contrib for backward compatibility. Certain files, like notebooks and the readme file may be referenced from the outside, so a copy of those is kept as well. In addition, the notebooks subdirectory of examples is also kept in contrib because the extension the build file relies on is not available in the PIP package. 2018-09-11 16:32:19 -07:00
context_managers.py Move AutoGraph to core. This CL moves the entirety of the code base, keeping the frontend autograph module in contrib for backward compatibility. Certain files, like notebooks and the readme file may be referenced from the outside, so a copy of those is kept as well. In addition, the notebooks subdirectory of examples is also kept in contrib because the extension the build file relies on is not available in the PIP package. 2018-09-11 16:32:19 -07:00
misc_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
misc.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
py_func_test.py Use eager_py_func instead of the deprecated py_func. Add a bit of extra logic to account for the potential use of tf.print in Python 2. 2018-12-07 14:13:37 -08:00
py_func.py Use eager_py_func instead of the deprecated py_func. Add a bit of extra logic to account for the potential use of tf.print in Python 2. 2018-12-07 14:13:37 -08:00
tensor_list_test.py Enable tests blocked by b/117943489 2020-05-11 18:13:41 -07:00
tensor_list.py Move AutoGraph to core. This CL moves the entirety of the code base, keeping the frontend autograph module in contrib for backward compatibility. Certain files, like notebooks and the readme file may be referenced from the outside, so a copy of those is kept as well. In addition, the notebooks subdirectory of examples is also kept in contrib because the extension the build file relies on is not available in the PIP package. 2018-09-11 16:32:19 -07:00
tensors_test.py Optimize away the calculation of a range tensor for the pattern for i in tf.range. Along with the performance improvement, this is more compatible with XLA because it avoids generating dynamically-shaped tensors. Fixes #30182. 2019-07-10 06:53:29 -07:00
tensors.py Optimize away the calculation of a range tensor for the pattern for i in tf.range. Along with the performance improvement, this is more compatible with XLA because it avoids generating dynamically-shaped tensors. Fixes #30182. 2019-07-10 06:53:29 -07:00
testing.py var = dict() --> var = {} 2019-03-11 11:58:29 +00:00