You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ha...@apache.org on 2020/03/26 17:30:46 UTC

[incubator-tvm] branch master updated (fdb7164 -> 35ee8f6)

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

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


    from fdb7164  [Doc] TVM release process (#5151)
     add 35ee8f6  [Relay][OP] Register topi schedule for Relay fast_exp and fast_tanh (#5131)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/_tensor.py          |  4 +++
 tests/python/relay/test_op_fast_math.py | 59 +++++++++++++++++++++++++++++++++
 topi/tests/python/test_topi_math.py     |  3 ++
 3 files changed, 66 insertions(+)
 create mode 100644 tests/python/relay/test_op_fast_math.py