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 2018/10/18 22:08:12 UTC

[incubator-mxnet] branch master updated (775870f -> 6376c86)

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

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


    from 775870f  Add Psroipooling CPU implementation (#12738)
     add 6376c86  ONNX export: Fully connected operator w/o bias, ReduceSum, Square (#12646)

No new revisions were added by this update.

Summary of changes:
 .../mxnet/contrib/onnx/mx2onnx/_op_translations.py | 157 +++++++++++++++++++--
 .../mxnet/contrib/onnx/onnx2mx/_op_translations.py |  11 +-
 .../python-pytest/onnx/export/mxnet_export_test.py |  26 +++-
 .../python-pytest/onnx/export/onnx_backend_test.py |   2 +
 4 files changed, 179 insertions(+), 17 deletions(-)