You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2021/02/05 02:31:04 UTC

[incubator-mxnet] branch v1.x updated (9aff832 -> 35d5ffe)

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

zha0q1 pushed a change to branch v1.x
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


    from 9aff832  [v1.x] ONNX Export Support for Pooling & Convolution (#19831)
     add 35d5ffe  [v1.x] ONNX 1.6 compatibility fix + fix for when multiple nodes have the same name (#19823)

No new revisions were added by this update.

Summary of changes:
 .../mxnet/contrib/onnx/mx2onnx/_op_translations.py |  10 +-
 python/mxnet/contrib/onnx/mx2onnx/export_onnx.py   |   6 ++
 tests/python-pytest/onnx/test_onnxruntime.py       | 111 ++++++++++-----------
 tests/python-pytest/onnx/test_operators.py         |  16 +--
 4 files changed, 77 insertions(+), 66 deletions(-)