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

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


    from 16b2a4b  [Relay][Dyn] Dynamic full operator (#6260)
     add 15eef5c  [BYOC][ACL] Add support for dense (fully connected) layer 
(#6254)

No new revisions were added by this update.

Summary of changes:
 docs/deploy/arm_compute_lib.rst                    |   7 +
 python/tvm/relay/op/contrib/arm_compute_lib.py     |  74 ++++-
 .../backend/contrib/arm_compute_lib/codegen.cc     |  77 +++++
 src/runtime/contrib/arm_compute_lib/acl_runtime.cc |  48 ++++
 .../contrib/test_arm_compute_lib/test_conv2d.py    |   2 +-
 .../contrib/test_arm_compute_lib/test_dense.py     | 319 +++++++++++++++++++++
 .../contrib/test_arm_compute_lib/test_network.py   |   2 +-
 .../contrib/test_arm_compute_lib/test_pooling.py   |   2 +-
 8 files changed, 527 insertions(+), 4 deletions(-)
 create mode 100644 tests/python/contrib/test_arm_compute_lib/test_dense.py

Reply via email to