You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
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.