This is an automated email from the ASF dual-hosted git repository.
reminisce pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 22c7ef7 * update source files (#17279)
add 1c24e74 [WIP] Fallback mechanism for mx.np operators (#16923)
No new revisions were added by this update.
Summary of changes:
.../onnx/mx2onnx/__init__.py => numpy/fallback.py} | 16 ++++--
.../__init__.py => numpy/fallback_linalg.py} | 15 ++++--
python/mxnet/numpy/linalg.py | 3 ++
python/mxnet/numpy/multiarray.py | 62 ++++++++++++++++------
python/mxnet/numpy/utils.py | 12 +++++
.../python/unittest/test_numpy_interoperability.py | 49 ++++++++++++++++-
6 files changed, 128 insertions(+), 29 deletions(-)
copy python/mxnet/{contrib/onnx/mx2onnx/__init__.py => numpy/fallback.py} (82%)
copy python/mxnet/{contrib/onnx/mx2onnx/__init__.py =>
numpy/fallback_linalg.py} (84%)