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

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


    omit d2cbda8  [WIP] Test CI build (#10111)
    omit 7c91986  cython timing tests
    omit 8e6d4bd  cython timing tests
    omit 8a4ca42  Ignore cything built files
    omit 809bdec  cython timing tests
    omit 6acef99  test calling printf in C++ and C++ class
    omit db15741  cython timing tests
    omit d78b76d  cython timing tests
    omit bda0bc1  cython timing tests
    omit b003d64  cython timing tests
    omit de0db8f  Refreshed branch cython
     add 93e0ceb  [MXNET-34] Onnx Module to import onnx models into mxnet 
(#9963)
     new 2fee93e  Refreshed branch cython
     new 9a6cfcc  cython timing tests
     new 4b57c36  cython timing tests
     new 6b51a5b  cython timing tests
     new fe814f7  cython timing tests
     new 620c991  test calling printf in C++ and C++ class
     new 48c15e8  cython timing tests
     new b937244  Ignore cything built files
     new bf29e39  cython timing tests
     new 60dd961  cython timing tests
     new ffde373  [WIP] Test CI build (#10111)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d2cbda8)
            \
             N -- N -- N   refs/heads/cython (ffde373)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Jenkinsfile                                        |  13 +-
 ci/docker/Dockerfile.build.ubuntu_cpu              |   2 +
 .../python.sh => ci/docker/install/ubuntu_onnx.sh  |  18 +-
 ci/docker/runtime_functions.sh                     |   8 +
 example/onnx/super_resolution.py                   |  84 +++++
 python/mxnet/contrib/__init__.py                   |   2 +-
 .../mxnet/contrib/onnx/__init__.py                 |   6 +-
 .../{ndarray.py => onnx/_import/__init__.py}       |   5 +-
 python/mxnet/contrib/onnx/_import/import_helper.py | 105 ++++++
 .../onnx/_import/import_model.py}                  |  34 +-
 python/mxnet/contrib/onnx/_import/import_onnx.py   | 168 +++++++++
 .../mxnet/contrib/onnx/_import/op_translations.py  | 411 +++++++++++++++++++++
 .../contrib/onnx/_import/translation_utils.py      | 163 ++++++++
 tests/python-pytest/onnx/backend.py                | 177 +++++++++
 tests/python-pytest/onnx/backend_rep.py            |  77 ++++
 tests/python-pytest/onnx/onnx_backend_test.py      | 116 ++++++
 tests/python-pytest/onnx/onnx_test.py              | 136 +++++++
 17 files changed, 1505 insertions(+), 20 deletions(-)
 copy docker/install/python.sh => ci/docker/install/ubuntu_onnx.sh (54%)
 create mode 100644 example/onnx/super_resolution.py
 copy perl-package/AI-MXNetCAPI/t/AI-MXNetCAPI.t => 
python/mxnet/contrib/onnx/__init__.py (88%)
 copy python/mxnet/contrib/{ndarray.py => onnx/_import/__init__.py} (91%)
 create mode 100644 python/mxnet/contrib/onnx/_import/import_helper.py
 copy python/mxnet/{gluon/nn/__init__.py => 
contrib/onnx/_import/import_model.py} (50%)
 create mode 100644 python/mxnet/contrib/onnx/_import/import_onnx.py
 create mode 100644 python/mxnet/contrib/onnx/_import/op_translations.py
 create mode 100644 python/mxnet/contrib/onnx/_import/translation_utils.py
 create mode 100644 tests/python-pytest/onnx/backend.py
 create mode 100644 tests/python-pytest/onnx/backend_rep.py
 create mode 100644 tests/python-pytest/onnx/onnx_backend_test.py
 create mode 100644 tests/python-pytest/onnx/onnx_test.py

-- 
To stop receiving notification emails like this one, please contact
cjolivie...@apache.org.

Reply via email to