This is an automated email from the ASF dual-hosted git repository.
zhasheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 9e6dd92 [API STD][LINALG] Standardize sort & linalg operators (#20694)
add 630a144 [API NEW][SET FUNC] Add set functions (#20693)
No new revisions were added by this update.
Summary of changes:
python/mxnet/numpy/__init__.py | 1 +
python/mxnet/numpy/set_functions.py | 113 ++++++++++++++++++++++++++++++
tests/python/unittest/test_numpy_op.py | 124 +++++++++++++++++++++++++++++++++
3 files changed, 238 insertions(+)
create mode 100644 python/mxnet/numpy/set_functions.py