You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by la...@apache.org on 2020/11/24 21:54:13 UTC

[incubator-mxnet] branch master updated (78a0f7b -> f97544e)

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

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


    from 78a0f7b  [submodule] Upgrade to oneDNN v1.7 (#19558)
     add f97544e  Update ONNX support to 1.7 (#19573)

No new revisions were added by this update.

Summary of changes:
 ci/docker/Dockerfile.build.ubuntu                  |   3 +-
 ci/docker/install/requirements                     |   6 +-
 ci/docker/runtime_functions.sh                     |   4 +-
 .../mxnet/contrib/onnx/mx2onnx/_op_translations.py | 217 +++++++++++++++------
 python/mxnet/contrib/onnx/mx2onnx/export_model.py  |  10 +-
 python/mxnet/contrib/onnx/mx2onnx/export_onnx.py   |  11 +-
 .../mxnet/contrib/onnx/onnx2mx/_op_translations.py | 111 ++++++++---
 python/mxnet/contrib/onnx/onnx2mx/import_model.py  |   3 +-
 python/mxnet/contrib/onnx/onnx2mx/import_onnx.py   |   8 +-
 .../mxnet/contrib/onnx/onnx2mx/import_to_gluon.py  |   3 +-
 tests/python/unittest/onnx/backend.py              |  15 +-
 tests/python/unittest/onnx/test_onnxruntime.py     | 181 +++++++++++++++++
 12 files changed, 466 insertions(+), 106 deletions(-)
 create mode 100644 tests/python/unittest/onnx/test_onnxruntime.py