You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2019/12/12 06:06:31 UTC

[incubator-tvm] branch master updated (8c2d4f6 -> 41959ed)

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

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


    from 8c2d4f6  [NODE][Serialization]fix serialization precision loss in float (#4503)
     add 41959ed  [TOPI] implement pool3d op (#4478)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/attrs/nn.h           |  62 +++++++
 src/relay/op/nn/pooling.cc             | 327 ++++++++++++++++++++++++++++-----
 topi/include/topi/nn/pooling.h         | 207 ++++++++++++++++++++-
 topi/python/topi/nn/pooling.py         |  57 ++++++
 topi/src/topi.cc                       |  16 +-
 topi/tests/python/test_topi_pooling.py |  87 +++++++++
 6 files changed, 699 insertions(+), 57 deletions(-)