This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from e3eff20 [Relay] shape func for zeros, zeros_like, ones, ones_like
(#4448)
add 6d88c98 [TOPI][Relay][OP] Add a strided_set operation. (#4303)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/op/_transform.py | 6 ++
python/tvm/relay/op/transform.py | 30 ++++++++
src/relay/op/tensor/transform.cc | 48 ++++++++++++
tests/python/relay/test_op_level4.py | 40 ++++++++++
topi/python/topi/testing/__init__.py | 2 +-
topi/python/topi/testing/strided_slice_python.py | 40 +++++++++-
topi/python/topi/transform.py | 93 ++++++++++++++++++++++++
topi/python/topi/util.py | 72 ++++++++++++++++++
topi/tests/python/test_topi_transform.py | 57 +++++++++++++++
9 files changed, 386 insertions(+), 2 deletions(-)