You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2022/01/09 23:21:56 UTC

[tvm] branch main updated (8c2360e -> e97a3f2)

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

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


    from 8c2360e  [PROFILING] Add ability to profile a single function_profiling (#9553)
     add e97a3f2  [Rust] Update Rust bindings (#9808)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/attrs/nn.h                     |  2 +-
 include/tvm/relay/attrs/transform.h              |  4 +-
 rust/tvm/src/ir/relay/attrs/mod.rs               |  1 +
 rust/tvm/src/ir/relay/attrs/nn.rs                | 62 ++++++++++++++++++++++++
 rust/tvm/src/ir/{op.rs => relay/attrs/reduce.rs} | 39 ++++++++-------
 rust/tvm/src/ir/relay/attrs/transform.rs         | 59 +++++++++++++++++++++-
 rust/tvm/src/ir/relay/mod.rs                     |  4 +-
 7 files changed, 149 insertions(+), 22 deletions(-)
 copy rust/tvm/src/ir/{op.rs => relay/attrs/reduce.rs} (61%)