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 has been 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.
The text was updated successfully, but these errors were encountered:
We introduced modules
np
andnpx
for registering NumPy and the other operators, respectively in MXNet. We need to move the non-NumPy operators to modulemx.npx
by_npx_op_name
to operator registration._numpy_op_doc.py
.The text was updated successfully, but these errors were encountered: