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 a9cfe41  [RELAY] Remove primitive attribute from composite function 
(#5014)
     add c0bc188  Revert "[topi][relay] add operation tan to TVM (#4938)" 
(#5017)

No new revisions were added by this update.

Summary of changes:
 docs/frontend/tensorflow.rst                     |  1 -
 include/tvm/tir/op.h                             |  1 -
 python/tvm/relay/frontend/mxnet.py               |  1 -
 python/tvm/relay/frontend/tensorflow.py          |  1 -
 python/tvm/relay/frontend/tflite.py              |  8 --------
 python/tvm/relay/op/_tensor.py                   |  2 --
 python/tvm/relay/op/_tensor_grad.py              |  7 -------
 python/tvm/relay/op/tensor.py                    | 15 ---------------
 python/tvm/te/__init__.py                        |  2 +-
 python/tvm/tir/__init__.py                       |  2 +-
 python/tvm/tir/op.py                             | 16 ----------------
 src/relay/op/tensor/unary.cc                     | 11 -----------
 src/target/intrin_rule.cc                        |  3 ---
 src/target/llvm/intrin_rule_llvm.cc              | 14 --------------
 src/target/llvm/intrin_rule_nvptx.cc             |  3 ---
 src/target/llvm/intrin_rule_rocm.cc              |  3 ---
 src/target/source/intrin_rule_cuda.cc            | 19 -------------------
 src/tir/ir/expr.cc                               |  2 +-
 tests/python/frontend/tensorflow/test_forward.py | 10 ----------
 tests/python/frontend/tflite/test_forward.py     |  8 --------
 tests/python/relay/test_op_grad_level1.py        |  1 -
 tests/python/relay/test_op_level1.py             |  1 -
 tests/python/unittest/test_testing.py            |  1 -
 topi/include/topi/elemwise.h                     |  1 -
 topi/python/topi/math.py                         | 17 -----------------
 topi/src/topi.cc                                 |  5 -----
 topi/tests/python/test_topi_basic.py             |  1 -
 topi/tests/python/test_topi_math.py              |  2 --
 28 files changed, 3 insertions(+), 155 deletions(-)

Reply via email to