You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by jr...@apache.org on 2020/07/23 08:14:31 UTC

[incubator-tvm] branch master updated (5046ff2 -> 06d7565)

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

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


    from 5046ff2  [DOCS][REFACTOR] Organize Design and Architectures (#6097)
     add 06d7565  [Rust] Clean up conversions between TVM and Rust functions (#6114)

No new revisions were added by this update.

Summary of changes:
 rust/tvm-macros/src/external.rs |   2 +-
 rust/tvm-rt/README.md           |   2 +-
 rust/tvm-rt/src/function.rs     |  42 ++++++---
 rust/tvm-rt/src/lib.rs          |   1 -
 rust/tvm-rt/src/to_boxed_fn.rs  | 138 ---------------------------
 rust/tvm-rt/src/to_function.rs  | 200 +++++++++++++---------------------------
 6 files changed, 94 insertions(+), 291 deletions(-)
 delete mode 100644 rust/tvm-rt/src/to_boxed_fn.rs