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/03/09 02:03:00 UTC

[incubator-mxnet] branch v1.x updated (b14aae2 -> cda1aeb)

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 b14aae2  [v1.x] ONNX export support for multiple input data types (#19796)
     add cda1aeb  [v1.x] ONNX Type inference support (#19990)

No new revisions were added by this update.

Summary of changes:
 .../mxnet/contrib/onnx/mx2onnx/_op_translations.py | 179 ++++++++++++---------
 python/mxnet/contrib/onnx/mx2onnx/export_onnx.py   |  38 +++--
 tests/python-pytest/onnx/test_operators.py         |  21 ++-
 3 files changed, 143 insertions(+), 95 deletions(-)