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

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


    from 2999d03  [ONNX] Add CumSum operator to ONNX frontend (#7391)
     add 68b7e71  [Relay][Topi][CPU] Dense with weight transform (#7404)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/nn/_nn.py                      |  30 ++++++
 python/tvm/relay/op/nn/nn.py                       |  33 ++++++
 python/tvm/relay/op/strategy/generic.py            |  13 +++
 python/tvm/relay/op/strategy/x86.py                |  28 +++--
 python/tvm/topi/nn/dense.py                        |  70 ++++++++++++
 python/tvm/topi/x86/__init__.py                    |   1 +
 python/tvm/topi/x86/dense.py                       | 120 +++++++++++++++------
 python/tvm/topi/x86/dense_alter_op.py              |  68 ++++++++++++
 src/relay/op/nn/nn.cc                              |  27 +++++
 src/relay/op/nn/nn.h                               |  25 +++++
 tests/python/relay/test_autotvm_task_extraction.py |  12 +--
 tests/python/relay/test_pass_alter_op_layout.py    |  31 +++++-
 tutorials/micro/micro_tflite.py                    |   2 +-
 13 files changed, 413 insertions(+), 47 deletions(-)
 create mode 100644 python/tvm/topi/x86/dense_alter_op.py

Reply via email to