You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by co...@apache.org on 2021/05/05 16:37:16 UTC

[tvm] branch main updated (3e35130 -> ae31a33)

This is an automated email from the ASF dual-hosted git repository.

comaniac pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from 3e35130  [Relay][Parser][Bugfix] Fix parsing hierarchical attibute names (#7976)
     add ae31a33  [Frontend][Tensorflow]add batch_dim support for gatherV2 (#7951)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/attrs/transform.h              |   4 +
 include/tvm/topi/transform.h                     | 120 +++++++++++++++++------
 python/tvm/relay/frontend/mxnet.py               |   2 +-
 python/tvm/relay/frontend/tensorflow.py          |  13 ++-
 python/tvm/relay/op/_tensor_grad.py              |   7 ++
 python/tvm/relay/op/_transform.py                |  15 ++-
 python/tvm/relay/op/transform.py                 |   7 +-
 python/tvm/topi/transform.py                     |   9 +-
 src/relay/op/make_op.h                           |   2 +-
 src/relay/op/tensor/transform.cc                 |  23 +++--
 src/topi/transform.cc                            |  15 +--
 tests/python/frontend/tensorflow/test_forward.py |  38 ++++---
 12 files changed, 182 insertions(+), 73 deletions(-)