Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

[mxnet 2.0][item 1.4] NumPy Extension Operator Reorganization and Renaming #17096

@reminisce

Description

@reminisce

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions