This is an automated email from the ASF dual-hosted git repository.
haoj pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 512d25a Minor fix in ToTensor documentation. (#16299)
add ea440c7 [numpy] Cosmetic improvement on mxnet.numpy builtin op
signature in documentation (#16305)
No new revisions were added by this update.
Summary of changes:
python/mxnet/__init__.py | 5 +--
python/mxnet/_numpy_op_doc.py | 30 ++------------
python/mxnet/numpy_dispatch_protocol.py | 4 ++
python/mxnet/numpy_op_signature.py | 72 +++++++++++++++++++++++++++++++++
tests/python/unittest/test_numpy_op.py | 15 +++++++
5 files changed, 96 insertions(+), 30 deletions(-)
create mode 100644 python/mxnet/numpy_op_signature.py