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 cc8cacb  [DOCS] Bring relay docs to the top-level flat view (#5343)
     add 6e36da3  [TOPI][PYTORCH]Logical & Bitwise operator support (#5341)

No new revisions were added by this update.

Summary of changes:
 docs/api/python/topi.rst                      |  2 +
 docs/langref/relay_op.rst                     |  1 +
 python/tvm/relay/frontend/pytorch.py          | 66 ++++++++++++++++++-
 python/tvm/relay/op/_tensor.py                |  2 +
 python/tvm/relay/op/tensor.py                 | 17 +++++
 src/relay/op/tensor/binary.cc                 |  6 ++
 tests/python/frontend/pytorch/test_forward.py | 95 ++++++++++++++++++++++++++-
 topi/include/topi/broadcast.h                 | 13 ++++
 topi/python/topi/broadcast.py                 | 19 ++++++
 topi/src/broadcast.cc                         |  1 +
 topi/tests/python/test_topi_broadcast.py      |  2 +
 11 files changed, 222 insertions(+), 2 deletions(-)

Reply via email to