You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/12/17 05:36:48 UTC

[GitHub] [incubator-mxnet] reminisce opened a new issue #17096: [mxnet 2.0][item 1.4] NumPy Extension Operator Reorganization and Renaming

reminisce opened a new issue #17096: [mxnet 2.0][item 1.4] NumPy Extension Operator Reorganization and Renaming
URL: https://github.com/apache/incubator-mxnet/issues/17096
 
 
   We introduced modules `np` and `npx` for registering NumPy and the other operators, respectively in MXNet. We need to move the non-NumPy operators to module `mx.npx` by 
   - Adding alias `_npx_op_name` to operator registration.
   - Adding NumPy-compatible docstrings and desired op signatures in `_numpy_op_doc.py`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services