You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2019/11/19 04:19:07 UTC

[incubator-tvm] branch master updated (f1d6f33 -> 26eb405)

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

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


    from f1d6f33  add rule for clean (#4364)
     add 26eb405  [Relay tests] AlterOpLayout - Temporary attr update (#4357)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/op.h                          |    6 +
 python/tvm/relay/op/op.py                       |   10 +
 python/tvm/relay/testing/__init__.py            |    1 +
 python/tvm/relay/testing/temp_op_attr.py        |   63 ++
 src/relay/ir/op.cc                              |   28 +-
 tests/python/relay/test_ir_op.py                |   47 ++
 tests/python/relay/test_op_qnn_conv2d.py        | 1008 ++++++++++++-----------
 tests/python/relay/test_op_qnn_dense.py         |   33 +-
 tests/python/relay/test_pass_alter_op_layout.py |  243 +++---
 tests/python/relay/test_pass_legalize.py        |   40 +-
 tests/python/relay/test_pass_qnn_legalize.py    |   21 +-
 11 files changed, 829 insertions(+), 671 deletions(-)
 create mode 100644 python/tvm/relay/testing/temp_op_attr.py