mxnet
mxnet copied to clipboard
[API Standardization]API Signature standardize
Description
standardize the signatures of MXNet APIs
reference: https://github.com/numpy/numpy/tree/main/numpy/array_api
Checklist
Essentials
- [ ] PR's title starts with a category (e.g. [BUGFIX], [MODEL], [TUTORIAL], [FEATURE], [DOC], etc)
- [ ] Changes are complete (i.e. I finished coding on this PR)
- [ ] All changes have test coverage
- [ ] Code is well-documented
Changes
- [ ] Feature1, tests, (and when applicable, API doc)
- [ ] Feature2, tests, (and when applicable, API doc)
Comments
- If this change is a backward incompatible change, why must this change be made.
- Interesting edge cases to note here
Hey @NathanYyc , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands:
- To trigger all jobs: @mxnet-bot run ci [all]
- To trigger specific jobs: @mxnet-bot run ci [job1, job2]
CI supported jobs: [website, windows-gpu, centos-cpu, sanity, edge, centos-gpu, clang, miscellaneous, unix-cpu, unix-gpu, windows-cpu]
Note: Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin. All CI tests must pass before the PR can be merged.
@barry-jin
@mxnet-bot run ci[unix-cpu]
Jenkins CI successfully triggered : [unix-cpu]
@mxnet-bot run ci[unix-cpu]
Jenkins CI successfully triggered : [unix-cpu]
@mxnet-bot run ci[miscellaneous]
Jenkins CI successfully triggered : [miscellaneous]
@mxnet-bot run ci[unix-gpu]
Jenkins CI successfully triggered : [unix-gpu]
@mxnet-bot run ci[website]
Jenkins CI successfully triggered : [website]
@mxnet-bot run ci[windows-gpu]
Jenkins CI successfully triggered : [windows-gpu]
@mxnet-bot run ci[miscellaneous], [unix-cpu], [unix-gpu], [website]
Jenkins CI successfully triggered : [miscellaneous]
@mxnet-bot run ci[unix-cpu]
Jenkins CI successfully triggered : [unix-cpu]
@mxnet-bot run ci[unix-gpu]
Jenkins CI successfully triggered : [unix-gpu]
@mxnet-bot run ci[website]
Jenkins CI successfully triggered : [website]
@mxnet-bot run ci[miscellaneous, unix-gpu]
Jenkins CI successfully triggered : [unix-gpu, miscellaneous]
@mxnet-bot run ci[miscellaneous, website]
Jenkins CI successfully triggered : [miscellaneous, website]
@mxnet-bot run ci [centos-gpu, unix-gpu]
Jenkins CI successfully triggered : [unix-gpu, centos-gpu]
@mxnet-bot run ci [centos-cpu]
Jenkins CI successfully triggered : [centos-cpu]