This is an automated email from the ASF dual-hosted git repository.
haichen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from 90b2a1e [Relay][Topi] Use SimplifyInference for L2 Normazlization.
(#4795)
add cf173fd Add schedule for conv3d NDHWC layout (#4775)
No new revisions were added by this update.
Summary of changes:
topi/python/topi/nn/conv3d.py | 14 +++----
topi/python/topi/x86/__init__.py | 1 +
topi/python/topi/x86/conv3d.py | 82 ++++++++++++++++++++++++++++++++++++++++
3 files changed, 90 insertions(+), 7 deletions(-)
create mode 100644 topi/python/topi/x86/conv3d.py