You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by jw...@apache.org on 2021/11/23 08:00:46 UTC

[tvm] branch main updated (008367d -> 45af5c7)

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

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


    from 008367d  [3/3][AOT][DeviceAPI] Wire up cpacked Device API context (#9501)
     add 45af5c7  [Frontend][ONNX] Support RandomNormal operator (#9493)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/attrs/random.h           |  12 +++
 python/tvm/relay/frontend/onnx.py          |  91 +++++++++++++++++
 python/tvm/relay/op/random/_kernel.py      |   2 +
 python/tvm/relay/op/random/kernel.py       |  48 +++++++++
 python/tvm/relay/op/strategy/generic.py    |  12 +++
 python/tvm/topi/random/kernel.py           |  58 +++++++++++
 src/relay/op/random/kernel.cc              |  47 +++++++++
 tests/python/frontend/onnx/test_forward.py | 150 ++++++++++++++++++++++++++++-
 8 files changed, 418 insertions(+), 2 deletions(-)