This website requires JavaScript.
Explore
Help
Sign In
experiments
/
STT-tensorflow
Watch
1
Star
0
Fork
0
You've already forked STT-tensorflow
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
STT-tensorflow
/
tensorflow
/
python
/
autograph
/
utils
History
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
…
context_managers.py
…
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
…
py_func.py
…
tensor_list_test.py
Enable tests blocked by b/117943489
2020-05-11 18:13:41 -07:00
tensor_list.py
…
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