This is an automated email from the ASF dual-hosted git repository.
kevinthesun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from 70c6382 [FRONTEND][TFLITE] Add support for
TFLite_Detection_PostProcess (#4543)
add 8d94587 Optimize x86 conv3d_ndhwc using data packing approach.
(#4866)
No new revisions were added by this update.
Summary of changes:
python/tvm/autotvm/task/relay_integration.py | 1 +
python/tvm/autotvm/task/topi_integration.py | 12 +
topi/python/topi/nn/util.py | 36 +++
topi/python/topi/x86/conv3d.py | 369 ++++++++++++++++++++++++---
topi/tests/python/test_topi_conv3d_ndhwc.py | 2 +-
5 files changed, 381 insertions(+), 39 deletions(-)