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 4e2305f more support for boolean indexing and assign (#17672)
add e7e5b40 add numpy_fallback decorator (#17657)
No new revisions were added by this update.
Summary of changes:
python/mxnet/ndarray/ndarray.py | 1 +
python/mxnet/util.py | 87 ++++++++++++++++++++++++
tests/python/gpu/test_numpy_fallback.py | 115 ++++++++++++++++++++++++++++++++
3 files changed, 203 insertions(+)
create mode 100644 tests/python/gpu/test_numpy_fallback.py