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 e6ff3f7 [TEST] Remove nnvm related code in topi and test script
(#4562)
add f277da7 [Relay] add max_pool3d in relay and TF converter (#4551)
No new revisions were added by this update.
Summary of changes:
docs/langref/relay_op.rst | 4 +
python/tvm/relay/_parser.py | 2 +
python/tvm/relay/frontend/tensorflow.py | 66 +++++++++++++++++
python/tvm/relay/op/nn/_nn.py | 25 ++++++-
python/tvm/relay/op/nn/nn.py | 94 ++++++++++++++++++++++++
python/tvm/relay/op/op_attrs.py | 10 +++
tests/python/frontend/tensorflow/test_forward.py | 55 ++++++++++++--
tests/python/relay/test_op_level2.py | 31 +++++++-
topi/python/topi/testing/__init__.py | 1 +
topi/python/topi/testing/pool3d_python.py | 85 +++++++++++++++++++++
topi/tests/python/test_topi_pooling.py | 71 +++++-------------
11 files changed, 382 insertions(+), 62 deletions(-)
create mode 100644 topi/python/topi/testing/pool3d_python.py