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 2021/06/21 21:32:52 UTC

[tvm] branch main updated (40d5193 -> 13146be)

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 40d5193  [Auto Scheduler] Make the opt_level of task extraction adjustable (#8288)
     add 13146be  [TensorFlow][Frontend] Adding InversePermutation Op (#8277)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/frontend/tensorflow_ops.py      |  1 +
 python/tvm/relay/op/_transform.py                |  4 ++
 python/tvm/relay/op/strategy/cuda.py             | 12 ++++
 python/tvm/relay/op/strategy/generic.py          | 22 +++++++
 python/tvm/relay/op/transform.py                 | 28 +++++++++
 python/tvm/topi/cuda/transform.py                | 73 +++++++++++++++++++++++-
 python/tvm/topi/transform.py                     | 29 ++++++++++
 src/relay/op/tensor/transform.cc                 | 18 ++++++
 tests/python/frontend/tensorflow/test_forward.py | 18 ++++++
 9 files changed, 204 insertions(+), 1 deletion(-)