This is an automated email from the ASF dual-hosted git repository.
zhic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from a422589 [Bugfix] Fixed bug where shifting by out-of-bounds value
results in no compute code being emitted. (#5115)
add 7bc0b27 [Frontend][TensorFlow]TensorFlow Parser Control Flow
Enhancement (#5020)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/frontend/common.py | 42 +-
python/tvm/relay/frontend/tensorflow.py | 843 +++++++++++++--------
.../frontend/tensorflow/test_control_flow.py | 71 +-
tests/python/frontend/tensorflow/test_debugging.py | 8 +-
tests/python/frontend/tensorflow/test_forward.py | 2 +
5 files changed, 641 insertions(+), 325 deletions(-)