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

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


    from 44fe7ef  [BUGFIX] Check that virtual device is unchanged in WithFields 
(#9826)
     add 9160dc4  Add sliding_window operator (#9816)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/attrs/transform.h     | 23 +++++++++
 include/tvm/topi/transform.h            | 84 +++++++++++++++++++++++++++++++++
 python/tvm/relay/op/_transform.py       |  9 ++++
 python/tvm/relay/op/strategy/generic.py | 22 +++++++++
 python/tvm/relay/op/transform.py        | 58 +++++++++++++++++++++++
 python/tvm/topi/transform.py            | 30 ++++++++++++
 src/relay/op/tensor/transform.cc        | 71 ++++++++++++++++++++++++++++
 src/topi/transform.cc                   |  4 ++
 tests/python/relay/test_op_level3.py    | 26 ++++++++++
 9 files changed, 327 insertions(+)

Reply via email to