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

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


    from 5fe5cee  Check function attr for alpha equal (#4479)
     add 6ab1580  [VTA] Bringing group convolution support  (#4421)

No new revisions were added by this update.

Summary of changes:
 vta/python/vta/top/__init__.py                     |  1 +
 .../vta/top/{vta_conv2d.py => vta_group_conv2d.py} | 46 ++++++++-------
 .../{tune_conv2d.py => tune_group_conv2d.py}       | 66 +++++++++++-----------
 ...nv2d.py => test_benchmark_topi_group_conv2d.py} | 65 ++++++++++-----------
 4 files changed, 92 insertions(+), 86 deletions(-)
 copy vta/python/vta/top/{vta_conv2d.py => vta_group_conv2d.py} (83%)
 copy vta/scripts/{tune_conv2d.py => tune_group_conv2d.py} (70%)
 copy vta/tests/python/integration/{test_benchmark_topi_conv2d.py => 
test_benchmark_topi_group_conv2d.py} (81%)

Reply via email to