You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ar...@apache.org on 2021/05/20 20:41:19 UTC

[tvm] branch main updated (ec3b160 -> 71ff875)

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

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


    from ec3b160  Add support for the quantized TANH operator to relay TFLite frontend (#8024)
     add 71ff875  [AOT] Remove lookup parameter function in AOT (#7988)

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/builtin.h                 |  8 +++++++
 src/relay/backend/aot_executor_codegen.cc | 25 ++++----------------
 src/target/source/codegen_c.cc            |  5 ++++
 src/target/source/codegen_c_host.cc       | 39 ++++++++++++++++++-------------
 src/target/source/codegen_c_host.h        |  1 +
 src/tir/op/builtin.cc                     |  4 ++++
 6 files changed, 45 insertions(+), 37 deletions(-)