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

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


    from cdc7ae4  [WEB] WebGPU support (#5545)
     add 28057b8  [TOPI][RELAY][TENSORFLOW]Math ops added (#5502)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/frontend/tensorflow.py          |  7 ++
 python/tvm/relay/op/_tensor.py                   |  7 +-
 python/tvm/relay/op/_tensor_grad.py              | 53 +++++++++++--
 python/tvm/relay/op/tensor.py                    | 75 ++++++++++++++++++
 python/tvm/te/__init__.py                        |  3 +-
 src/relay/op/tensor/unary.cc                     | 55 ++++++++++++++
 tests/python/frontend/tensorflow/test_forward.py | 97 +++++++-----------------
 tests/python/relay/test_op_grad_level1.py        |  9 ++-
 topi/include/topi/elemwise.h                     |  5 ++
 topi/python/topi/math.py                         | 84 ++++++++++++++++++++
 topi/src/elemwise.cc                             | 25 ++++++
 11 files changed, 340 insertions(+), 80 deletions(-)

Reply via email to