You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2020/07/02 02:14:51 UTC

[incubator-tvm] branch master updated (a4ebf92 -> aa035f4)

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

masahi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    from a4ebf92  [RELAY] Add resnet-3d & Update network definitions for NHWC layout (#5945)
     add aa035f4  [Relay/TOPI][OP] Add meshgrid op in Relay, TOPI, Pytorch frontend (#5961)

No new revisions were added by this update.

Summary of changes:
 docs/api/python/topi.rst                      |  2 +
 docs/langref/relay_op.rst                     |  1 +
 include/tvm/relay/attrs/transform.h           | 13 ++++
 python/tvm/relay/frontend/pytorch.py          |  7 +++
 python/tvm/relay/op/_transform.py             |  1 +
 python/tvm/relay/op/op_attrs.py               |  5 ++
 python/tvm/relay/op/transform.py              | 41 ++++++++++++-
 src/relay/op/tensor/transform.cc              | 87 +++++++++++++++++++++++++++
 tests/python/frontend/pytorch/test_forward.py | 20 ++++++
 tests/python/relay/test_op_level3.py          | 35 ++++++++++-
 topi/include/topi/transform.h                 | 32 ++++++++++
 topi/python/topi/transform.py                 | 19 ++++++
 topi/src/transform.cc                         |  4 ++
 13 files changed, 265 insertions(+), 2 deletions(-)